diff examples/dynamic/text.c @ 387:433fa83d16f9

Corrected build dependence - able to build in Ubuntu Intrepid Removed '#include "menu.h"' from example code which is not needed
author Ben Lau <xbenlau@gmail.com>
date Fri, 10 Apr 2009 16:04:05 +0800
parents 137a73822d48
children 31b6633e3538
line wrap: on
line diff
--- a/examples/dynamic/text.c	Fri Apr 10 03:14:49 2009 +0800
+++ b/examples/dynamic/text.c	Fri Apr 10 16:04:05 2009 +0800
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <mb.h>
 #include <string.h>
-#include "menu.h"
+//#include "menu.h"
 #include "mbapp.h"