]> sjero.net Git - wget/commitdiff
[svn] Include stdio.h.
authorhniksic <devnull@localhost>
Sun, 6 Mar 2005 04:10:23 +0000 (20:10 -0800)
committerhniksic <devnull@localhost>
Sun, 6 Mar 2005 04:10:23 +0000 (20:10 -0800)
src/string_t.c

index b94f12037860fba3e9258542563ea9c600947fc8..01f48659e9fcd4a50b36cf14bc8febad6eaa4a09 100644 (file)
@@ -34,6 +34,7 @@
 #define _GNU_SOURCE            /* to get iswblank */
 
 #include <assert.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <wchar.h>