More fixed for paths, thanks to a custom Makefile..

This commit is contained in:
waltje
2018-10-06 20:03:17 -04:00
parent 203fa09dce
commit 6ea0da4884

View File

@@ -8,7 +8,7 @@
* *
* General keyboard driver interface. * General keyboard driver interface.
* *
* Version: @(#)keyboard.c 1.0.8 2018/09/30 * Version: @(#)keyboard.c 1.0.9 2018/10/06
* *
* Authors: Fred N. van Kempen, <decwiz@yahoo.com> * Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com> * Miran Grca, <mgrca8@gmail.com>
@@ -45,8 +45,8 @@
#define dbglog kbd_log #define dbglog kbd_log
#include "../../emu.h" #include "../../emu.h"
#include "../../machines/machine.h" #include "../../machines/machine.h"
#include "../plat.h" #include "../../plat.h"
#include "../ui/ui.h" #include "../../ui/ui.h"
#include "keyboard.h" #include "keyboard.h"