chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / gnuplot / src-command.c.patch
1 For WEXITSTATUS macro.
2
3 diff -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));