aboutsummaryrefslogtreecommitdiff
path: root/src/wordsplit.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 18:46:31 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 18:46:31 +0300
commit03c385e51d8c0cdfb81abaec2be7111b41a9bc3a (patch)
tree11e7d224ffe09a552a6196813dcba25f5a46c59a /src/wordsplit.c
parent2440853f0a440667cd65b63c08d2d04dddc79ea5 (diff)
downloadgrecs-03c385e51d8c0cdfb81abaec2be7111b41a9bc3a.tar.gz
grecs-03c385e51d8c0cdfb81abaec2be7111b41a9bc3a.tar.bz2
Update
* src/grecs-lex.l (%top): Include config.h (requires flex >= 2.5.30) * src/wordsplit.c: Include stdio.h
Diffstat (limited to 'src/wordsplit.c')
-rw-r--r--src/wordsplit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wordsplit.c b/src/wordsplit.c
index 5c663eb..5469503 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -23,6 +23,7 @@
#include <errno.h>
#include <unistd.h>
#include <string.h>
+#include <stdio.h>
#include <wordsplit.h>
#include <error.h>

Return to:

Send suggestions and report system problems to the System administrator.