Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/entice
Dir : e17/apps/entice/src/bin Modified Files: entice.c image.c ipc.c keys.c main.c signals_image.c Log Message: Headers. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -3 -r1.66 -r1.67 --- entice.c 23 Jul 2005 12:26:01 -0000 1.66 +++ entice.c 5 Sep 2005 12:21:49 -0000 1.67 @@ -8,6 +8,7 @@ #include <stdio.h> #include <stdlib.h> #include <limits.h> +#include <dirent.h> #include <Esmart/Esmart_Container.h> #include <Esmart/Esmart_Thumb.h> #include <Esmart/Esmart_Trans_X11.h> @@ -345,7 +346,7 @@ } } - return (TRUE); + return (1); } /** =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/image.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -3 -r1.46 -r1.47 --- image.c 18 Jun 2004 03:08:37 -0000 1.46 +++ image.c 5 Sep 2005 12:21:49 -0000 1.47 @@ -8,6 +8,8 @@ #include <string.h> #include <math.h> #include <limits.h> +#include <sys/types.h> +#include <unistd.h> #include <Ecore.h> #include "image.h" #include "entice.h" =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/ipc.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ipc.c 9 Jan 2004 04:55:05 -0000 1.7 +++ ipc.c 5 Sep 2005 12:21:49 -0000 1.8 @@ -3,6 +3,9 @@ #include <Ecore_Ipc.h> #include <limits.h> #include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <unistd.h> #define IPC_TITLE "entice" =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/keys.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- keys.c 11 Oct 2003 22:54:12 -0000 1.1 +++ keys.c 5 Sep 2005 12:21:49 -0000 1.2 @@ -1,6 +1,7 @@ #include "keys.h" #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <Ecore.h> #include <Ecore_X.h> #include <Edje.h> =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/main.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- main.c 17 Feb 2005 03:27:24 -0000 1.34 +++ main.c 5 Sep 2005 12:21:49 -0000 1.35 @@ -6,6 +6,7 @@ */ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <Ecore.h> #include <Ecore_Evas.h> #include <Ecore_Ipc.h> =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/signals_image.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- signals_image.c 7 Sep 2004 03:49:36 -0000 1.14 +++ signals_image.c 5 Sep 2005 12:21:49 -0000 1.15 @@ -16,6 +16,7 @@ */ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "signals_image.h" #include "entice.h" ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs