diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-06 16:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-06 16:59:31 +0000 |
commit | 7c95f9f90fb3fd46ef32a247dd110a8307432257 (patch) | |
tree | df8ab9b5c5ef4bf9b77e8ed20f419c63c00a9197 /net/iaxmodem | |
parent | fb5abdc6f5f09294f994601e0c3aa6ee398a8684 (diff) |
Notes
Diffstat (limited to 'net/iaxmodem')
-rw-r--r-- | net/iaxmodem/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/iaxmodem/files/patch-aa b/net/iaxmodem/files/patch-aa index 87bc13a48fd1..93861884383b 100644 --- a/net/iaxmodem/files/patch-aa +++ b/net/iaxmodem/files/patch-aa @@ -38,6 +38,14 @@ #include <unistd.h> --- lib/libiax2/src/iax.c.orig Mon Jun 12 15:54:46 2006 +++ lib/libiax2/src/iax.c Thu Jun 15 14:22:17 2006 +@@ -44,6 +44,7 @@ + #else + + #include <netdb.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <sys/time.h> @@ -64,9 +64,9 @@ #include <arpa/inet.h> #include <time.h> |