Michal Hrusecky (old before rename to _miska_) 2012-11-15 14:36:41 +00:00 committed by Git OBS Bridge
parent c64cfaccdf
commit c2da7ddf95

View File

@ -54,11 +54,14 @@ Index: Drivers/nn/nntp.c
=================================================================== ===================================================================
--- Drivers/nn/nntp.c.orig --- Drivers/nn/nntp.c.orig
+++ Drivers/nn/nntp.c +++ Drivers/nn/nntp.c
@@ -19,6 +19,7 @@ @@ -19,6 +19,10 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <nntp.h> #include <nntp.h>
+#include <sys/socket.h> +#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <unistd.h>
# include "nntp.ci" # include "nntp.ci"