From: Felix Paul Kühne Date: Thu, 21 May 2009 20:38:33 +0000 (+0200) Subject: compilation fix X-Git-Tag: 1.1.0-ff~5827 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=654504d19492dbc358ca12314d3d142f70586406;hp=976839436d36ba3426637d7741180505c342616b;p=vlc compilation fix --- diff --git a/include/vlc_keys.h b/include/vlc_keys.h index e52b9be9a3..4f7fe397a0 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 @@ -24,6 +24,10 @@ #ifndef VLC_KEYS_H #define VLC_KEYS_H 1 +#ifdef __APPLE__ +#include +#endif + /** * \file * This file defines keys, functions and structures for hotkey handling in vlc