aboutsummaryrefslogtreecommitdiff
path: root/test/t_pathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/t_pathconf.c')
-rw-r--r--test/t_pathconf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/t_pathconf.c b/test/t_pathconf.c
index f03875391acc..72dd7e4ed5f1 100644
--- a/test/t_pathconf.c
+++ b/test/t_pathconf.c
@@ -19,15 +19,17 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
+#include <string.h>
#ifdef EX_OK
# undef EX_OK /* unistd.h may have another use for this */
-#endif /* EX_OK */
+#endif
#include <sysexits.h>
#ifndef lint
static char id[] = "@(#)$Id: t_pathconf.c,v 8.7 2013-11-22 20:52:01 ca Exp $";
-#endif /* ! lint */
+#endif
int
main(argc, argv)