diff options
Diffstat (limited to 'news/leafnode+/files/patch-activutil.c')
-rw-r--r-- | news/leafnode+/files/patch-activutil.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/news/leafnode+/files/patch-activutil.c b/news/leafnode+/files/patch-activutil.c new file mode 100644 index 000000000000..9b5175563b41 --- /dev/null +++ b/news/leafnode+/files/patch-activutil.c @@ -0,0 +1,18 @@ +--- activutil.c.orig Thu Jan 30 11:21:44 2003 ++++ activutil.c Thu Jan 30 11:21:58 2003 +@@ -44,6 +44,7 @@ + #endif + + #include <fcntl.h> ++#include <sys/types.h> + #include <sys/uio.h> + #include <sys/param.h> + #include <sys/socket.h> +@@ -59,7 +60,6 @@ + #include <stdio.h> + #include <string.h> + #include <sys/stat.h> +-#include <sys/types.h> + #include <time.h> + #include <unistd.h> + #include <dirent.h> |