blob: 77345aa1d9c5ef2d4e56bdc81ff6bca7e27dcfea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/lang-common/code-sim.c.bak Thu Aug 19 07:33:10 1999
+++ src/lang-common/code-sim.c Sat Jan 27 08:57:29 2001
@@ -42,7 +42,7 @@
#include "y.tab.h"
#include "lite.h"
#include "lite_priv.h"
-#include "regexp/regexp.h"
+#include <regexp.h>
extern char *scriptBuf;
extern code_t *codeHead;
|