aboutsummaryrefslogtreecommitdiff
path: root/src/grecs-gram.y
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 16:06:54 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 16:06:54 +0300
commit2440853f0a440667cd65b63c08d2d04dddc79ea5 (patch)
treeacba053e4ae42bee40fa1ea46b960f26a5056805 /src/grecs-gram.y
parent455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6 (diff)
downloadgrecs-2440853f0a440667cd65b63c08d2d04dddc79ea5.tar.gz
grecs-2440853f0a440667cd65b63c08d2d04dddc79ea5.tar.bz2
Minor fixes.
* gnulib.modules: Add error. * src/grecs-gram.y: Include string.h. * src/preproc.c: Include signal.h. (incl_hasher): Fix signature. * src/text.c (text_hasher): Fix signature.
Diffstat (limited to 'src/grecs-gram.y')
-rw-r--r--src/grecs-gram.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grecs-gram.y b/src/grecs-gram.y
index dcc59dd..ffa2672 100644
--- a/src/grecs-gram.y
+++ b/src/grecs-gram.y
@@ -29,7 +29,8 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
-
+#include <string.h>
+
#include <xalloc.h>
#include <inttypes.h>

Return to:

Send suggestions and report system problems to the System administrator.