1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 15:00:59 +00:00
serenity/Ports/byacc/patches/fix-main.patch
2020-01-24 11:36:18 +01:00

11 lines
238 B
Diff

--- byacc-20191125/main.c.orig Thu Jan 23 16:59:19 2020
+++ byacc-20191125/main.c Thu Jan 23 16:59:29 2020
@@ -7,6 +7,8 @@
#include <stdlib.h> /* for _exit() */
#endif
+#include <getopt.h>
+
#include "defs.h"
#ifdef HAVE_MKSTEMP