1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Include stdio.h.

This commit is contained in:
hniksic 2005-03-05 20:10:23 -08:00
parent 3cb4f464c4
commit dbd0607ea8

View 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>