summarylogtreecommitdiffstats
path: root/fix-implicit-fn-decl-tool-lemon.c.patch
blob: c158422cebbc023a9b71afeeef3429f671f11801 (plain)
1
2
3
4
5
6
7
8
9
10
--- tool/lemon.c.sav	2022-09-13 11:30:26.420019206 +0200
+++ tool/lemon.c	2022-09-13 11:30:42.110002858 +0200
@@ -11,6 +11,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #ifndef __WIN32__
 #   if defined(_WIN32) || defined(WIN32)