diff options
Diffstat (limited to 'lang/gpc/files/patch-as')
-rw-r--r-- | lang/gpc/files/patch-as | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gpc/files/patch-as b/lang/gpc/files/patch-as new file mode 100644 index 000000000000..af9884303825 --- /dev/null +++ b/lang/gpc/files/patch-as @@ -0,0 +1,11 @@ +--- p/units/regexc.c Tue Jan 5 08:53:29 1999 ++++ p/units/regexc.c.new Sun Apr 16 01:03:17 2000 +@@ -21,7 +21,7 @@ + */ + + #include <stdlib.h> +-#include <rxposix.h> ++#include <gnuregex.h> + + typedef unsigned char Boolean; + |