vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Apr 18 14:01:50 2016 +0200| [9d13e0574e9761472cd783ef7ae7794bf3189b60] | committer: Hugo Beauzée-Luyssen
win32touch: Add missing include config.h > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d13e0574e9761472cd783ef7ae7794bf3189b60 --- modules/video_output/win32/win32touch.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/video_output/win32/win32touch.c b/modules/video_output/win32/win32touch.c index be9fd71..019d454 100644 --- a/modules/video_output/win32/win32touch.c +++ b/modules/video_output/win32/win32touch.c @@ -21,6 +21,10 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "win32touch.h" #include <vlc_keys.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
