index
:
bp
main
master
Bruce's Parsing Expression Grammar tool for matching PEGs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
match.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'match.h')
-rw-r--r--
match.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/match.h b/match.h
index 5209977..6c875c4 100644
--- a/
match.h
+++ b/
match.h
@@ -6,6 +6,7 @@
#include <stdbool.h>
#include <stdio.h>
+#include <sys/types.h>
#include "pattern.h"