about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors/emacs-modes/emacs-clang-complete-async/fix-build.patch
blob: 89de339a436b60a90f67d5068cdb3be431797a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- old/src/completion.h	2014-11-16 16:58:16.625150124 +0100
+++ new/src/completion.h	2014-11-16 16:58:28.020207508 +0100
@@ -3,6 +3,7 @@
 
 
 #include <clang-c/Index.h>
+#include <stdio.h>
 
 
 typedef struct __completion_Session_struct