diff examples/calculator/main.c @ 186:530bb7728546 include_mb_test

Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. This is the solution that I dicussed with FourDollars, last night.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 05 Nov 2008 15:24:01 +0800
parents 3a4d6179e6a9
children 54fdc2a65242
line wrap: on
line diff
--- a/examples/calculator/main.c	Tue Nov 04 17:00:26 2008 +0800
+++ b/examples/calculator/main.c	Wed Nov 05 15:24:01 2008 +0800
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include <mb/mb.h>
+#include <mb.h>
 #include "calculator_scr.h"
 
 typedef struct _calc_data calc_data_t;