comparison 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
comparison
equal deleted inserted replaced
4092:01f46b36e11f 4093:5a82e874999b
30 30
31 #include <cctype> 31 #include <cctype>
32 #include <cstring> 32 #include <cstring>
33 33
34 #include <string> 34 #include <string>
35
36 #ifdef HAVE_UNISTD_H
37 #ifdef HAVE_SYS_TYPES_H
38 #include <sys/types.h>
39 #endif
40 #include <unistd.h>
41 #endif
35 42
36 #include "SLStack.h" 43 #include "SLStack.h"
37 44
38 #include "cmd-edit.h" 45 #include "cmd-edit.h"
39 #include "lo-sstream.h" 46 #include "lo-sstream.h"