blob: d29f7a06711c2331a89dd16a47390aa3162b9cc9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- flookup.c.orig 2014-05-07 17:56:43.000000000 +0400
+++ flookup.c 2014-05-07 17:57:05.000000000 +0400
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include "fomalib.h"
|