blob: 4b89a6c774b5e88eea2ffe26d4b57fdc1309ed31 (
plain) (
blame)
1
2
3
4
5
6
7
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>
|