diff options
Diffstat (limited to 'apps/plugins/clock/clock_counter.h')
| -rw-r--r-- | apps/plugins/clock/clock_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clock/clock_counter.h b/apps/plugins/clock/clock_counter.h index 25523d4..46563e9 100644 --- a/apps/plugins/clock/clock_counter.h +++ b/apps/plugins/clock/clock_counter.h @@ -2,7 +2,7 @@ #define _CLOCK_MESSAGE_ #include "clock.h" #include "plugin.h" -#include "picture.h" +#include "lib/picture.h" struct counter{ int ticks_at_last_unpause;/* to count the time from last pause to now */ |