summaryrefslogtreecommitdiff
path: root/lib/vasprintf.c
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 /lib/vasprintf.c
parent968e64725705da1084e3122127debacfc96e1fe9 (diff)
downloadgnulib-6e2afe5ad7c90ae9422ae2657dd842deed21731e.tar.gz
Move vasprintf prototypes to stdio.
Diffstat (limited to 'lib/vasprintf.c')
-rw-r--r--lib/vasprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vasprintf.c b/lib/vasprintf.c
index 824707345a..885d1e5639 100644
--- a/lib/vasprintf.c
+++ b/lib/vasprintf.c
@@ -1,5 +1,5 @@
/* Formatted output to strings.
- Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2006, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
#include <config.h>
/* Specification. */
-#include "vasprintf.h"
+#include <stdio.h>
#include <errno.h>
#include <limits.h>