5d409e0d2d
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7281 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
286 B
Diff
13 lines
286 B
Diff
diff -ur ngrep-1.45/ngrep.c ngrep-1.45.mod/ngrep.c
|
|
--- ngrep-1.45/ngrep.c Tue Nov 28 15:38:43 2006
|
|
+++ ngrep-1.45.mod/ngrep.c Sat May 19 10:21:27 2007
|
|
@@ -92,7 +92,7 @@
|
|
#endif
|
|
|
|
#if USE_PCRE
|
|
-#include "pcre-5.0/pcre.h"
|
|
+#include "pcre.h"
|
|
#else
|
|
#include "regex-0.12/regex.h"
|
|
#endif
|