diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-08 01:11:28 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-08 01:11:28 -0700 |
| commit | 70d218d211adcc03611e37488ace2da30d6709b5 (patch) | |
| tree | 6c4e116c0aa250e93abd6197b5eb1f12bbea681c /bpeg.h | |
| parent | 63ed89d2b4eae0abebc1e79b0fd06dea260333e6 (diff) | |
Simplified repeat code and added file input
Diffstat (limited to 'bpeg.h')
| -rw-r--r-- | bpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * bpeg.h - Header file for the bpeg parser */ #include <ctype.h> +#include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
