14 lines
303 B
Text
14 lines
303 B
Text
|
Fix undefined references to `WIFEXITED' and `WEXITSTATUS'.
|
||
|
|
||
|
Index: fig2dev/dev/readpics.c
|
||
|
--- fig2dev/dev/readpics.c.orig
|
||
|
+++ fig2dev/dev/readpics.c
|
||
|
@@ -31,6 +31,7 @@
|
||
|
#include <string.h>
|
||
|
#include <unistd.h>
|
||
|
#include <sys/stat.h>
|
||
|
+#include <sys/wait.h>
|
||
|
|
||
|
#include "messages.h"
|
||
|
#include "xtmpfile.h"
|