summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-30 21:09:02 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-30 21:09:02 +0000
commit4209c18ac14a74e8400a71d4a04d0ae3194a08ea (patch)
treedc6e45a3b6563f8d9b0938102789c8f23bafcc95 /audio
parentChanged a message to make it more generic. (diff)
Fix build on -current: add a missing #include <arpa/inet.h>.
Reported by: bento
Notes
Notes: svn path=/head/; revision=56989
Diffstat (limited to 'audio')
-rw-r--r--audio/cdindex/files/patch-cdi_freebsd.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/cdindex/files/patch-cdi_freebsd.cpp b/audio/cdindex/files/patch-cdi_freebsd.cpp
new file mode 100644
index 000000000000..3f550935dfca
--- /dev/null
+++ b/audio/cdindex/files/patch-cdi_freebsd.cpp
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- cdi_freebsd.cpp.orig Sat Mar 30 16:02:52 2002
++++ cdi_freebsd.cpp Sat Mar 30 16:03:18 2002
+@@ -23,6 +23,7 @@
+ //____________________________________________________________________________
+
+
++#include <arpa/inet.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>