summaryrefslogtreecommitdiff
path: root/gl/asnprintf.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-21 13:25:17 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-21 13:25:17 +0000
commitfac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c (patch)
tree58ab7b9a2d3aed7b6288283d9d408823420bbf8b /gl/asnprintf.c
parent2c54ada4e0cabb8bcbdd373e14f7cdfc47164c68 (diff)
downloadgnutls-fac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c.tar.gz
Update.
Diffstat (limited to 'gl/asnprintf.c')
-rw-r--r--gl/asnprintf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/asnprintf.c b/gl/asnprintf.c
index ddc2cd3b78..bf989a89a2 100644
--- a/gl/asnprintf.c
+++ b/gl/asnprintf.c
@@ -1,5 +1,5 @@
/* Formatted output to strings.
- Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -15,9 +15,7 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
/* Specification. */
#include "vasnprintf.h"