summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-04 22:02:32 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-04 22:02:32 +0000
commitc0616895112783bbb7420f8557309933066d77b6 (patch)
tree7fca2c92412a5d3f87d1c2cee1dec2d562334e17 /tests
parentde467bef0dadcdb65db63bd806ed3952e84e1cce (diff)
downloadpaxutils-c0616895112783bbb7420f8557309933066d77b6.tar.gz
Include getdate.h and setenv.h; needed for C99 conformance, to declare
the function prototypes.
Diffstat (limited to 'tests')
-rw-r--r--tests/genfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/genfile.c b/tests/genfile.c
index 4ae3cee..3bacbba 100644
--- a/tests/genfile.c
+++ b/tests/genfile.c
@@ -28,6 +28,8 @@
#include <argmatch.h>
#include <argp.h>
#include <argcv.h>
+#include <getdate.h>
+#include <setenv.h>
#include <utimens.h>
#include <inttostr.h>