1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/6tunnel/files/patch-configure
Volker Stolz cd28df40e9 - Update to 0.11rc1 from new master site
- Fix grammar in COMMENT
2005-02-16 12:53:36 +00:00

12 lines
285 B
Plaintext

--- configure.orig Wed Feb 16 13:47:48 2005
+++ configure Wed Feb 16 13:48:05 2005
@@ -3188,6 +3188,8 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
int
main ()