mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
375fb6e8d6
- Divide net/linphone into 2 ports: net/linphone and net/linphone-base PR: ports/66396 Submitted by: Ports Fury
17 lines
313 B
C
17 lines
313 B
C
|
|
$FreeBSD$
|
|
|
|
--- coreapi/enum.c.orig Sat Mar 6 01:21:40 2004
|
|
+++ coreapi/enum.c Thu Apr 15 03:46:41 2004
|
|
@@ -21,7 +21,10 @@
|
|
|
|
#include "enum.h"
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
+#include <arpa/inet.h>
|
|
#include <arpa/nameser.h>
|
|
#include <resolv.h>
|
|
#include <errno.h>
|