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

KO Myung-Hun komh78 at gmail.com
Sun Nov 22 04:24:42 CET 2015


---
 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 5907176..6635fe7 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>
 
 #include <sys/stat.h>
 
-- 
2.6.0



More information about the vlc-devel mailing list