blob: c290fa957caf98d3b8a104afb069a92264e2923f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- histring.c 2000/10/18 13:39:37 1.1
+++ histring.c 2000/10/18 13:44:11 1.2
@@ -15,6 +15,8 @@
# include <config.h>
#endif
+#include <sys/types.h>
+
#ifdef HAVE_GETOPT_H
# include <getopt.h>
#endif
|