Commit 654504d1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

compilation fix

parent 97683943
/*****************************************************************************
* 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>
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment