]> git.sesse.net Git - vlc/blobdiff - include/vlc_keys.h
qt4: cleanup plitem
[vlc] / include / vlc_keys.h
index e52b9be9a3e9ddf238513cc7ef13f6306a065810..4f7fe397a0f4e091644f0a66bbd7fedd055ca156 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc_keys.h: keycode defines
  *****************************************************************************
- * Copyright (C) 2003 the VideoLAN team
+ * Copyright (C) 2003-2009 the VideoLAN team
  * $Id$
  *
  * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org>
 #ifndef VLC_KEYS_H
 #define VLC_KEYS_H 1
 
+#ifdef __APPLE__
+#include <stdint.h>
+#endif
+
 /**
  * \file
  * This file defines keys, functions and structures for hotkey handling in vlc