Adding a patch I forgot needed for the xvidcap expression

svn path=/nixpkgs/trunk/; revision=15479
This commit is contained in:
Lluís Batlle i Rossell 2009-05-06 21:03:57 +00:00
parent 166f375bd2
commit 1804d2bf98

View File

@ -0,0 +1,15 @@
diff --git a/src/app_data.c b/src/app_data.c
index 5a44363..482b115 100644
--- a/src/app_data.c
+++ b/src/app_data.c
@@ -52,9 +52,9 @@
#include <pthread.h>
#include <signal.h>
+#include <X11/Xlib.h>
#ifdef HAVE_LIBXFIXES
#include <X11/X.h>
-#include <X11/Xlib.h>
#include <X11/Xlibint.h>
#include <X11/Xproto.h>
#include <X11/Xutil.h>