aboutsummaryrefslogtreecommitdiff
path: root/src/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc.c')
-rw-r--r--src/preproc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/preproc.c b/src/preproc.c
index cf752f6..4d69602 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -18,6 +18,7 @@
# include <config.h>
#endif
#include <grecs.h>
+#include <wordsplit.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
@@ -29,8 +30,8 @@
#include <errno.h>
#include <signal.h>
#include <glob.h>
+#include <unistd.h>
-#include <wordsplit.h>
int grecs_log_to_stderr = 1;
void (*grecs_log_setup_hook) () = NULL;

Return to:

Send suggestions and report system problems to the System administrator.