summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-27 20:18:17 +0000
committerSimon Josefsson <simon@josefsson.org>2007-03-27 20:18:17 +0000
commit6e2afe5ad7c90ae9422ae2657dd842deed21731e (patch)
tree763903feefd4c2c40d1a5556ab504100d573a226 /tests
parent968e64725705da1084e3122127debacfc96e1fe9 (diff)
downloadgnulib-6e2afe5ad7c90ae9422ae2657dd842deed21731e.tar.gz
Move vasprintf prototypes to stdio.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-vasprintf-posix.c2
-rw-r--r--tests/test-vasprintf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-vasprintf-posix.c b/tests/test-vasprintf-posix.c
index f903efb159..8a175b3f96 100644
--- a/tests/test-vasprintf-posix.c
+++ b/tests/test-vasprintf-posix.c
@@ -21,7 +21,7 @@
# include <config.h>
#endif
-#include "vasprintf.h"
+#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
diff --git a/tests/test-vasprintf.c b/tests/test-vasprintf.c
index 3de72d3f2d..cae32d6ec4 100644
--- a/tests/test-vasprintf.c
+++ b/tests/test-vasprintf.c
@@ -21,7 +21,7 @@
# include <config.h>
#endif
-#include "vasprintf.h"
+#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>