summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-11 12:40:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-11 12:40:58 +0000
commitbf538ccd212ef878800145e7e46ca3c42b98416d (patch)
treed52cbd73bbd32ec2b334b14feb294d1359f035dc
parentfb6fd1786af15f7ac2d5b513ae4d5992cc7eaea4 (diff)
downloadrockbox-bf538ccd212ef878800145e7e46ca3c42b98416d.tar.gz
rockbox-bf538ccd212ef878800145e7e46ca3c42b98416d.zip
include firmware lcd header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@82 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/lcd-x11.h2
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 @@
20#define MARGIN_X 3 20#define MARGIN_X 3
21#define MARGIN_Y 3 21#define MARGIN_Y 3
22 22
23/* include the "real" lcd.h file here */
24#include <lcd.h>