Skip to content

Instantly share code, notes, and snippets.

@henry0312
Created October 18, 2012 11:56
Show Gist options
  • Save henry0312/3911353 to your computer and use it in GitHub Desktop.
Save henry0312/3911353 to your computer and use it in GitHub Desktop.
Fix compiling libasprintf
--- lib-asprintf.h.orig 2012-10-18 17:28:50.854969895 +0900
+++ lib-asprintf.h 2012-10-18 17:24:19.707008903 +0900
@@ -29,6 +29,7 @@
#else
/* Get asprintf(), vasprintf() declarations. */
-#include "vasprintf.h"
+//#include "vasprintf.h"
+#include <stdio.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment