summaryrefslogtreecommitdiff
path: root/lex.l
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:26 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:26 +0000
commit97cfe91fdcc59406eba5fb2f085362593ea84e72 (patch)
treef64e0e73406ac72b3a8b29b53352104b5af3e25d /lex.l
parentc6e2c72275eeb266abecc5273fb3257f45e71687 (diff)
Add prototypes of Xalloc/free functions.
Export ImUtil.h to match modular tree install. Define SVR4 to 1 to avoid warning about redefining to different values. Include missing headers to clear more compiler warnings.
Diffstat (limited to 'lex.l')
-rw-r--r--lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/lex.l b/lex.l
index 8b07952..2a64635 100644
--- a/lex.l
+++ b/lex.l
@@ -9,6 +9,7 @@
%{
#include <X11/X.h>
+#include <stdlib.h>
#include "gram.h"
#include "constants.h"
#if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__)