diff options
author | 2015-01-05 19:50:36 +0100 | |
---|---|---|
committer | 2015-01-05 19:50:36 +0100 | |
commit | 58abceed032d87d86df128836881b61d7cdedd36 (patch) | |
tree | 6b1779201c9144764e44d56c1f2ccec32ea019ea /src/osd/sdl/watchdog.h | |
parent | 5c14bcd0d1536abf586e7db3dfca170934d0f217 (diff) |
Moved sync related osd stuff to osd/modules/sync. (nw)
Diffstat (limited to 'src/osd/sdl/watchdog.h')
-rw-r--r-- | src/osd/sdl/watchdog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/watchdog.h b/src/osd/sdl/watchdog.h index 1d370ec4ac0..fbb3410eb95 100644 --- a/src/osd/sdl/watchdog.h +++ b/src/osd/sdl/watchdog.h @@ -11,7 +11,7 @@ // //============================================================ -#include "sdlsync.h" +#include "modules/sync/osdsync.h" class watchdog { |