summaryrefslogtreecommitdiff
path: root/audio/csound6/files/patch-H__remote.h
blob: 300d735180c613539adeaeba75786570a4cfe640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- H/remote.h.orig	2015-04-25 19:06:22 UTC
+++ H/remote.h
@@ -42,7 +42,10 @@
     #ifdef MACOSX
       #include <net/if.h>
     #endif
-    #ifdef LINUX
+    #ifdef __FreeBSD__
+      #include <net/if.h>
+    #endif
+    #ifdef linux
       #include <linux/if.h>
     #endif
     #include <arpa/inet.h>