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

KO Myung-Hun git at videolan.org
Thu Nov 26 17:32:18 CET 2015


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Sun Nov 22 12:24:42 2015 +0900| [d297628100501ffe6a2e7e1d1d5cd1dabf5b70b3] | committer: Jean-Baptiste Kempf

os2: thread: use sys/builtin.h instead of 386/builtin.h

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d297628100501ffe6a2e7e1d1d5cd1dabf5b70b3
---

 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>
 



More information about the vlc-commits mailing list