]> git.sesse.net Git - vlc/blobdiff - modules/control/globalhotkeys/xcb.c
Missing #include <errno.h>
[vlc] / modules / control / globalhotkeys / xcb.c
index f19a6d5b93cd0889ecb455f85d52cd6087fcd636..3b159986e66e27969fa39bf721c9faa50e224075 100644 (file)
@@ -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>