[vlc-devel] [PATCH 3/4] os2: thread: use sys/builtin.h instead of 386/builtin.h

KO Myung-Hun komh78 at gmail.com
Sun Dec 6 10:57:40 CET 2015


From: KO Myung-Hun <komh78 at gmail.com>

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit d297628100501ffe6a2e7e1d1d5cd1dabf5b70b3)
Signed-off-by: KO Myung-Hun <komh at chollian.net>
---
 src/os2/thread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/os2/thread.c b/src/os2/thread.c
index 5d982d4..be2b94c 100644
--- a/src/os2/thread.c
+++ b/src/os2/thread.c
@@ -45,7 +45,7 @@
 #include <sys/time.h>
 #include <sys/select.h>
 
-#include <386/builtin.h>
+#include <sys/builtin.h>
 
 static vlc_threadvar_t thread_key;
 
-- 
2.6.0



More information about the vlc-devel mailing list