[x264-devel] [PATCH 06/29] osdep: Decouple module from common.h
Vittorio Giovara
vittorio.giovara at gmail.com
Fri Feb 10 22:18:41 CET 2017
---
common/osdep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/osdep.c b/common/osdep.c
index 54644fa..e5615dc 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