include string.h

openbsd and freebsd yacc include string.h in the generated sources,
bison (tested on alpine at least) don't
This commit is contained in:
Omar Polo 2021-01-28 17:50:22 +00:00
parent 415ac7a229
commit 32693ee6db
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <err.h>
#include <stdio.h>
#include <string.h>
#include "gmid.h"