commit 32693ee6db7adee378cb369874fd0be2bea447cc from: Omar Polo date: Thu Jan 28 17:50:22 2021 UTC include string.h openbsd and freebsd yacc include string.h in the generated sources, bison (tested on alpine at least) don't commit - 415ac7a229aa653458e1bb571afe717fd4779afa commit + 32693ee6db7adee378cb369874fd0be2bea447cc blob - e9b091b569a24adb8249b3af3d4fa8aa69747bfb blob + e5a107d55b5c3526eeaccb715875e402a94a9ffa --- parse.y +++ parse.y @@ -19,6 +19,7 @@ #include #include +#include #include "gmid.h"