[vlc-devel] commit: compilation fix ( Felix Paul Kühne )
git version control
git at videolan.org
Thu May 21 22:38:35 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu May 21 22:38:33 2009 +0200| [654504d19492dbc358ca12314d3d142f70586406] | committer: Felix Paul Kühne
compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=654504d19492dbc358ca12314d3d142f70586406
---
include/vlc_keys.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/include/vlc_keys.h b/include/vlc_keys.h
index e52b9be..4f7fe39 100644
--- a/include/vlc_keys.h
+++ b/include/vlc_keys.h
@@ -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 at videolan.org>
@@ -24,6 +24,10 @@
#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
More information about the vlc-devel
mailing list