1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/linphone-base/files/patch-coreapi::enum.c
Kirill Ponomarev 375fb6e8d6 - Update to version 0.12.2
- Divide net/linphone into 2 ports: net/linphone and
  net/linphone-base

PR:		ports/66396
Submitted by:	Ports Fury
2004-05-12 14:06:31 +00:00

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>