diff options
Diffstat (limited to 'news/leafnode+/files/patch-nntputil.c')
-rw-r--r-- | news/leafnode+/files/patch-nntputil.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/news/leafnode+/files/patch-nntputil.c b/news/leafnode+/files/patch-nntputil.c new file mode 100644 index 000000000000..ff551924a024 --- /dev/null +++ b/news/leafnode+/files/patch-nntputil.c @@ -0,0 +1,18 @@ +--- nntputil.c.orig Thu Jan 30 11:22:08 2003 ++++ nntputil.c Thu Jan 30 11:22:15 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> |