Use PCRE (#2349)
[termux-packages] / packages / gnuplot / src-command.c.patch
CommitLineData
0b7bc916
FF
1For WEXITSTATUS macro.
2
3diff -u -r ../gnuplot-5.2.0/src/command.c ./src/command.c
4--- ../gnuplot-5.2.0/src/command.c 2017-08-30 18:48:26.000000000 +0000
5+++ ./src/command.c 2017-10-14 20:56:13.905856980 +0000
6@@ -138,6 +138,7 @@
7 int vms_ktid; /* key table id, for translating keystrokes */
8 #endif /* VMS */
9
10+#include <sys/wait.h>
11
12 /* static prototypes */
13 static void command __PROTO((void));