diff src/lex.l @ 4093:5a82e874999b

[project @ 2002-10-08 23:48:45 by jwe]
author jwe
date Tue, 08 Oct 2002 23:48:46 +0000
parents b4fa31442a78
children ea537559ab07
line wrap: on
line diff
--- a/src/lex.l	Mon Oct 07 16:13:22 2002 +0000
+++ b/src/lex.l	Tue Oct 08 23:48:46 2002 +0000
@@ -33,6 +33,13 @@
 
 #include <string>
 
+#ifdef HAVE_UNISTD_H
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#include <unistd.h>
+#endif
+
 #include "SLStack.h"
 
 #include "cmd-edit.h"