summaryrefslogtreecommitdiff
path: root/audio/csound/files/patch-H_remote.h
blob: d83fa52cd1f10994f758f5fca4355627d9ab3463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- H/remote.h.orig	2015-09-29 11:13:27 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>