diff options
Diffstat (limited to 'security/rid/files/patch-parser.l')
| -rw-r--r-- | security/rid/files/patch-parser.l | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/rid/files/patch-parser.l b/security/rid/files/patch-parser.l new file mode 100644 index 000000000000..4b89a6c774b5 --- /dev/null +++ b/security/rid/files/patch-parser.l @@ -0,0 +1,8 @@ +--- parser.l.orig Fri Jan 28 11:37:32 2000 ++++ parser.l Sun Feb 13 18:32:00 2000 +@@ -1,4 +1,5 @@ + %{ ++#include <sys/types.h> + #include <stdio.h> + #include <stdlib.h> + #include <strings.h> |
