mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
430a488d97
PR: ports/112210 Submitted by: Antoine Beaupre <anarcat AT koumbit.org>
11 lines
232 B
C++
11 lines
232 B
C++
--- utils.cpp.orig Mon Nov 27 06:21:58 2006
|
|
+++ utils.cpp Sat Apr 28 13:45:23 2007
|
|
@@ -29,6 +29,7 @@
|
|
#include <netdb.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
extern "C" {
|
|
#include "error.h"
|
|
}
|