commit | 0afe4e4fa6df2acc46de6e826de06b9f343de7f1 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Thu Nov 22 23:56:51 2012 +0100 |
committer | Stefan Krah <skrah@bytereef.org> | Thu Nov 22 23:56:51 2012 +0100 |
tree | 11ba56f916ded4ae0cec0291c80509c6b88ff62e | |
parent | ae66ca64334785fd90835395b58ad0d010226a43 [diff] [blame] |
Fix more usages of NULL without including stdio.h.
diff --git a/configure b/configure index 40f37de..992ff18 100755 --- a/configure +++ b/configure
@@ -10881,6 +10881,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include <stdio.h> #include <sys/types.h> #include <netdb.h> #include <string.h>