diff options
Diffstat (limited to 'sysutils/oak/files/patch-matchline.c')
-rw-r--r-- | sysutils/oak/files/patch-matchline.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/oak/files/patch-matchline.c b/sysutils/oak/files/patch-matchline.c new file mode 100644 index 000000000000..8919774f55a0 --- /dev/null +++ b/sysutils/oak/files/patch-matchline.c @@ -0,0 +1,12 @@ +--- matchline.c.orig Sun Feb 27 21:54:53 2005 ++++ matchline.c Tue Jun 21 10:25:59 2005 +@@ -1,8 +1,8 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <regex.h> + #include <sys/types.h> ++#include <regex.h> + #include <time.h> + #include "oak.h" + |