ports/comms/acfax/files/patch-RegExp.c
Diane Bruce 51b30f36f9 - Fix under clang11
- add LICENSE
2020-08-26 21:03:26 +00:00

10 lines
175 B
C

--- RegExp.c.orig 1995-07-08 18:20:49 UTC
+++ RegExp.c
@@ -23,7 +23,6 @@
*/
#include "RegExp.h"
-#include <regex.h>
void RegExpCompile(regexp,fsm_ptr)
char *regexp;