diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-11 12:40:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-11 12:40:58 +0000 |
commit | bf538ccd212ef878800145e7e46ca3c42b98416d (patch) | |
tree | d52cbd73bbd32ec2b334b14feb294d1359f035dc /uisimulator | |
parent | fb6fd1786af15f7ac2d5b513ae4d5992cc7eaea4 (diff) |
include firmware lcd header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@82 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/lcd-x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/lcd-x11.h b/uisimulator/lcd-x11.h index 6671addbf3..b95374c13c 100644 --- a/uisimulator/lcd-x11.h +++ b/uisimulator/lcd-x11.h @@ -20,3 +20,5 @@ #define MARGIN_X 3 #define MARGIN_Y 3 +/* include the "real" lcd.h file here */ +#include <lcd.h> |