Skip to content

Commit beb604f

Browse files
authored
Added strings.h to parser.c
1 parent 95de38b commit beb604f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/* vim: softtabstop=2 shiftwidth=2 expandtab */
2626
#include <stdio.h>
2727
#include <string.h>
28+
#include <strings.h>
2829
#include <ctype.h>
2930
#include <stdlib.h>
3031

0 commit comments

Comments
 (0)