1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/rid/files/patch-parser.l

9 lines
188 B
Plaintext
Raw Normal View History

--- 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>