aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-04-20 16:16:27 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-04-20 16:16:27 +0300
commitb6a8ef19274af628364f90a992c146c3123e67db (patch)
tree95d91d7a94b1a9407806e29a319779b50ed33b0e /src
parent0f081a2643ba0a7f7a5dcfb6a5977d9da1d2b6db (diff)
downloadgrecs-b6a8ef19274af628364f90a992c146c3123e67db.tar.gz
grecs-b6a8ef19274af628364f90a992c146c3123e67db.tar.bz2
Minor fixes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/grecs-gram.y1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index df98842..4281c0e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,9 +25,9 @@ libgrecs_a_SOURCES = \
wordsplit.c\
wordsplit.h
-EXTRA_DIST=gram.h
+EXTRA_DIST=grecs-gram.h $(PP_SETUP_FILE)
-INCLUDES = -I$(top_srcdir)/gnu -I../gnu
+INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(srcdir)
AM_YFLAGS = -dtv
AM_LFLAGS = -dvp
diff --git a/src/grecs-gram.y b/src/grecs-gram.y
index 991f315..cff51b0 100644
--- a/src/grecs-gram.y
+++ b/src/grecs-gram.y
@@ -21,6 +21,7 @@
#include <grecs.h>
#include <grecs-gram.h>
#include <stdlib.h>
+#include <stdarg.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>

Return to:

Send suggestions and report system problems to the System administrator.