diff options
author | Sven Neumann <sven@gimp.org> | 2005-03-10 17:12:35 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2005-03-10 17:12:35 +0000 |
commit | 420410f035d506ae9743d222c5186ac9e9c310b1 (patch) | |
tree | 621fa07e7a6efd01b37faa8ae6ff7b663e45c85b /tests/file-test.c | |
parent | aec8923fa6a0f9272b4eddcac508f5852f5c8483 (diff) |
include <gstdio.h>.
2005-03-10 Sven Neumann <sven@gimp.org>
* tests/file-test.c: include <gstdio.h>.
Diffstat (limited to 'tests/file-test.c')
-rw-r--r-- | tests/file-test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/file-test.c b/tests/file-test.c index f083e4faf..42661c314 100644 --- a/tests/file-test.c +++ b/tests/file-test.c @@ -33,11 +33,12 @@ #undef GLIB_COMPILATION #endif -#include <stdio.h> #include <string.h> #include <glib.h> +#include <gstdio.h> + #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |