blob: e282f1fc7c3580ac5c4ff0f29d25b3b24fd95d57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ppgen.c.orig Tue Aug 29 05:10:45 1995
+++ ppgen.c Sat Aug 12 19:55:51 2000
@@ -29,6 +29,7 @@
#else
char *optarg;
#endif
+#include <errno.h>
#include "ppg_random.h"
|