[vlc-devel] commit: XCB: missing #include <errno.h> ( Rafaël Carré )
git version control
git at videolan.org
Mon Nov 16 21:48:01 CET 2009
vlc | branch: 1.0-bugfix | Rafaël Carré <rafael.carre at gmail.com> | Mon Nov 16 18:22:05 2009 +0100| [a956f6645d1b363ba957e5558c4243ea7d3ee35a] | committer: Rafaël Carré
XCB: missing #include <errno.h>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a956f6645d1b363ba957e5558c4243ea7d3ee35a
---
modules/control/globalhotkeys/xcb.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/control/globalhotkeys/xcb.c b/modules/control/globalhotkeys/xcb.c
index f19a6d5..3b15998 100644
--- a/modules/control/globalhotkeys/xcb.c
+++ b/modules/control/globalhotkeys/xcb.c
@@ -28,6 +28,7 @@
#include <vlc_interface.h>
#include <vlc_keys.h>
#include <ctype.h>
+#include <errno.h>
#include <xcb/xcb.h>
#include <xcb/xcb_keysyms.h>
More information about the vlc-devel
mailing list