Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : enthrall

Dir     : misc/enthrall/src


Modified Files:
        enthrall.c 


Log Message:
include string.h
===================================================================
RCS file: /cvsroot/enlightenment/misc/enthrall/src/enthrall.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- enthrall.c  19 Dec 2004 12:45:55 -0000      1.1
+++ enthrall.c  18 Sep 2005 15:21:45 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * $Id: enthrall.c,v 1.1 2004/12/19 12:45:55 tsauerbeck Exp $
+ * $Id: enthrall.c,v 1.2 2005/09/18 15:21:45 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdbool.h>
+#include <string.h>
 #include <limits.h>
 #include <signal.h>
 #include <unistd.h>




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to