diff options
author | mjona <mjona@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-12-22 10:48:01 +0000 |
---|---|---|
committer | mjona <mjona@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-12-22 10:48:01 +0000 |
commit | 67c14024676121002c6373742d196e2f96af6f96 (patch) | |
tree | c5c70e1b300270ec85e23758e257511d9f105703 /widget_timer.h | |
parent | 2362171db08c991723ff6f8bb7107d134aa96182 (diff) | |
download | lcd4linux-67c14024676121002c6373742d196e2f96af6f96.tar.gz |
All compilation related issues in the headers have been fixed. Now each header compiles with no warnings as a standalone file.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1164 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_timer.h')
-rw-r--r-- | widget_timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widget_timer.h b/widget_timer.h index df2aebb..77c2f11 100644 --- a/widget_timer.h +++ b/widget_timer.h @@ -29,6 +29,7 @@ #define _WIDGET_TIMER_H_ #include "property.h" +#include "widget.h" typedef struct WIDGET_TIMER { PROPERTY expression; /* main timer expression */ |