freebsd-ports/databases/msql3/files/patch-at

12 lines
299 B
Text
Raw Normal View History

2001-01-27 09:55:25 +01:00
--- 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;