You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
492 B

--- src/inspectN.c.orig 2003-01-13 21:12:52.000000000 +0100
+++ src/inspectN.c 2003-07-16 11:06:46.000000000 +0200
@@ -15,6 +15,7 @@
#include <ctype.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <regex.h>
#include "util.h"
--- src/ops.c.orig 2003-06-27 20:46:46.000000000 +0200
+++ src/ops.c 2003-07-16 11:07:02.000000000 +0200
@@ -10,6 +10,7 @@
#include <ctype.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <regex.h>
#include <limits.h>
#include <float.h>