mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
--- httplog.c.orig Sat Dec 8 15:15:44 2001
|
|
+++ httplog.c Wed Sep 25 12:02:28 2002
|
|
@@ -40,6 +40,7 @@
|
|
#include <time.h>
|
|
#include <stdio.h>
|
|
#include <syslog.h>
|
|
+#include <arpa/inet.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/time.h>
|
|
#include <sys/socket.h>
|
|
@@ -151,4 +152,4 @@
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
+}
|