diff src/lex.l @ 1341:e4e4131b1648

[project @ 1995-09-04 00:13:33 by jwe]
author jwe
date Mon, 04 Sep 1995 00:16:21 +0000
parents 611d403c7f3d
children 8256c4c57419
line wrap: on
line diff
--- a/src/lex.l	Thu Aug 31 22:09:37 1995 +0000
+++ b/src/lex.l	Mon Sep 04 00:16:21 1995 +0000
@@ -31,9 +31,10 @@
 #include <config.h>
 #endif
 
+#include <cctype>
+#include <cstring>
+
 #include <strstream.h>
-#include <ctype.h>
-#include <string.h>
 
 #include "input.h"
 #include "token.h"