]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add missing <netinet/in.h> to get sockaddr_in.
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 31 May 2011 19:54:48 +0000 (21:54 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 31 May 2011 19:54:48 +0000 (21:54 +0200)
src/udp-serv.c

index 3cc3684ee4f44af530cc338203adbbaafc6c2b5c..79066d98348c5e8528bb0e4dcc87db82f2c214b6 100644 (file)
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
+#include <netinet/in.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>