mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
25 lines
492 B
Plaintext
25 lines
492 B
Plaintext
From 48f2e7371a26328511a771e49b03403e1d5737ee Mon Sep 17 00:00:00 2001
|
|
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
|
Date: Tue, 3 Nov 2015 00:17:55 +0000
|
|
Subject: Fix build
|
|
|
|
|
|
diff --git a/gst/dccp/gstdccp.c b/gst/dccp/gstdccp.c
|
|
index af652f2..8c45920 100644
|
|
--- a/gst/dccp/gstdccp.c
|
|
+++ b/gst/dccp/gstdccp.c
|
|
@@ -27,6 +27,10 @@
|
|
#include <sys/filio.h>
|
|
#endif
|
|
|
|
+#ifdef __HAIKU__
|
|
+#include <sys/select.h>
|
|
+#endif
|
|
+
|
|
/*
|
|
* Resolves host to IP address
|
|
* @param element - the element
|
|
--
|
|
2.2.2
|
|
|