Mercurial > audlegacy-plugins
diff src/hotkey/plugin.c @ 2660:c1258ae018ee
Possibly fix some cases where certain X11 keysyms are not found.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 28 May 2008 20:51:52 +0300 |
| parents | 769e17da93dd |
| children | 1eb29b830013 |
line wrap: on
line diff
--- a/src/hotkey/plugin.c Wed May 28 20:31:51 2008 +0300 +++ b/src/hotkey/plugin.c Wed May 28 20:51:52 2008 +0300 @@ -33,7 +33,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <X11/XF86keysym.h>
