[x264-devel] commit: Add missing #include to display-x11.c (Jason Garrett-Glaser )
git at videolan.org
git at videolan.org
Sun Apr 11 06:50:30 CEST 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Wed Apr 7 03:10:03 2010 -0700| [fb449c746ed5b2a8b006fa5b8d5b658a95816280] | committer: Jason Garrett-Glaser
Add missing #include to display-x11.c
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=fb449c746ed5b2a8b006fa5b8d5b658a95816280
---
common/display-x11.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/common/display-x11.c b/common/display-x11.c
index dcbbf8e..bbdde88 100644
--- a/common/display-x11.c
+++ b/common/display-x11.c
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
+#include "common.h"
#include "display.h"
static long event_mask = ConfigureNotify|ExposureMask|KeyPressMask|ButtonPressMask|StructureNotifyMask|ResizeRedirectMask;
More information about the x264-devel
mailing list