Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

llvm 3.4 compatibility #65

Closed ghost closed 9 years ago

ghost commented 10 years ago
--- a/src/completion.h  2013-05-26 17:27:46.000000000 +0200
+++ b/src/completion.h  2014-02-11 21:40:18.000000000 +0100
@@ -3,6 +3,7 @@

 #include <clang-c/Index.h>
+#include <stdio.h>

 typedef struct __completion_Session_struct
andyleejordan commented 10 years ago

:+1: Thanks for the fix!

andyleejordan commented 10 years ago

BTW #64 includes this change plus some more that are improvements.