aboutsummaryrefslogtreecommitdiff
path: root/graphics/airsaned/files/patch-web-httpserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/airsaned/files/patch-web-httpserver.cpp')
-rw-r--r--graphics/airsaned/files/patch-web-httpserver.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/airsaned/files/patch-web-httpserver.cpp b/graphics/airsaned/files/patch-web-httpserver.cpp
new file mode 100644
index 000000000000..0f120845e0d7
--- /dev/null
+++ b/graphics/airsaned/files/patch-web-httpserver.cpp
@@ -0,0 +1,12 @@
+--- web/httpserver.cpp.orig 2021-10-05 12:35:03 UTC
++++ web/httpserver.cpp
+@@ -25,6 +25,9 @@ along with this program. If not, see <http://www.gnu.
+ #include <thread>
+
+ #include <arpa/inet.h>
++#ifdef __FreeBSD__
++#include <netinet/in.h>
++#endif
+ #include <ifaddrs.h>
+ #include <net/if.h>
+ #include <netdb.h>