[x264-devel] [PATCH 10/32] osdep: Decouple module from common.h

Vittorio Giovara vittorio.giovara at gmail.com
Fri Jan 20 15:20:35 CET 2017


---
 common/osdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/osdep.c b/common/osdep.c
index 81301f5..da5fc85 100644
--- a/common/osdep.c
+++ b/common/osdep.c
@@ -25,7 +25,7 @@
  * For more information, contact us at licensing at x264.com.
  *****************************************************************************/
 
-#include "common.h"
+#include "osdep.h"
 
 #ifdef _WIN32
 #include <windows.h>
-- 
2.10.0



More information about the x264-devel mailing list