mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
12 lines
238 B
Diff
12 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
|