]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/efl/esmart/include-stdio.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / efl / esmart / include-stdio.patch
1 diff -Nur esmart-0.9.0.004~/src/bin/esmart_file_dialog_test.c esmart-0.9.0.004/src/bin/esmart_file_dialog_test.c
2 --- esmart-0.9.0.004~/src/bin/esmart_file_dialog_test.c 2005-09-29 14:33:09.000000000 -0700
3 +++ esmart-0.9.0.004/src/bin/esmart_file_dialog_test.c  2005-09-29 14:33:48.000000000 -0700
4 @@ -8,6 +8,7 @@
5   * $ esmart_file_dialog_test /path/to/my_custom/theme.eet 
6   * to test a custom theme you've written for it
7   */
8 +#include <stdio.h>
9  #include <Ecore.h>
10  #include <Edje.h>
11  #include <Ecore_Evas.h>
12 diff -Nur esmart-0.9.0.004~/src/lib/esmart_trans_x11/esmart_trans_x11.c esmart-0.9.0.004/src/lib/esmart_trans_x11/esmart_trans_x11.c
13 --- esmart-0.9.0.004~/src/lib/esmart_trans_x11/esmart_trans_x11.c       2005-09-29 14:33:09.000000000 -0700
14 +++ esmart-0.9.0.004/src/lib/esmart_trans_x11/esmart_trans_x11.c        2005-09-29 14:33:19.000000000 -0700
15 @@ -4,6 +4,7 @@
16   *
17   ***************************************************************************/
18  
19 +#include <stdio.h>
20  #include <stdlib.h>
21  #include "config.h"
22  #include <X11/Xlib.h>