1
0
mirror of synced 2026-03-09 12:31:40 +00:00

Add missing include of <string.h>.

This commit is contained in:
Eric Smith
2017-06-09 22:02:01 -06:00
parent 06bdecfc18
commit cf429f859f

View File

@@ -27,6 +27,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <strings.h> /* strcasecmp() is a BSDism */