Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : embrace

Dir     : misc/embrace/src/lib


Modified Files:
        embrace.c embrace_plugin.c mailbox.c 


Log Message:
Headers.

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/lib/embrace.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- embrace.c   4 Sep 2005 11:24:43 -0000       1.5
+++ embrace.c   5 Sep 2005 12:32:52 -0000       1.6
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.5 2005/09/04 11:24:43 tsauerbeck Exp $
+ * $Id: embrace.c,v 1.6 2005/09/05 12:32:52 sebastid Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -27,6 +27,11 @@
 #include <ctype.h>
 #include <assert.h>
 #include <getopt.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <dirent.h>
+#include <sys/stat.h>
 
 #include "embrace.h"
 #include "mailbox.h"
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/lib/embrace_plugin.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- embrace_plugin.c    2 Sep 2005 05:32:57 -0000       1.1
+++ embrace_plugin.c    5 Sep 2005 12:32:52 -0000       1.2
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace_plugin.c,v 1.1 2005/09/02 05:32:57 sebastid Exp $
+ * $Id: embrace_plugin.c,v 1.2 2005/09/05 12:32:52 sebastid Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include <stdlib.h>
+#include <stdio.h>
 #include <ltdl.h>
 #include <assert.h>
 
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/lib/mailbox.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- mailbox.c   2 Sep 2005 05:32:57 -0000       1.1
+++ mailbox.c   5 Sep 2005 12:32:52 -0000       1.2
@@ -1,5 +1,5 @@
 /*
- * $Id: mailbox.c,v 1.1 2005/09/02 05:32:57 sebastid Exp $
+ * $Id: mailbox.c,v 1.2 2005/09/05 12:32:52 sebastid Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include <stdlib.h>
+#include <stdio.h>
 #include <assert.h>
 #include <Evas.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

Reply via email to