summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/argcv.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/argcv.c b/tests/argcv.c
index dd6fe6c..dfde2ff 100644
--- a/tests/argcv.c
+++ b/tests/argcv.c
@@ -1,5 +1,5 @@
/* argcv.c - simple functions for parsing input based on whitespace
- Copyright (C) 1999, 2000, 2001, 2007, 2009 Free Software
+ Copyright (C) 1999, 2000, 2001, 2007, 2009, 2010 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -16,6 +16,9 @@
License along with this library; 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 <ctype.h>
#include <argcv.h>