Skip to content

Commit 71d1e33

Browse files
committed
Use string.h instead of strings.h
No idea how the non-standard strings.h header got included
1 parent 41f00fd commit 71d1e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <stdbool.h>
2222
#include <stdio.h>
2323
#include <stdlib.h>
24-
#include <strings.h>
24+
#include <string.h>
2525
#include "parse.h"
2626
#include "utils.h"
2727

0 commit comments

Comments
 (0)