]> git.sesse.net Git - vlc/commitdiff
compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 21 May 2009 20:38:33 +0000 (22:38 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 21 May 2009 20:38:33 +0000 (22:38 +0200)
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