Enlightenment CVS committal Author : mickeyl Project : e17 Module : proto/eflpp
Dir : e17/proto/eflpp/src/ecore Modified Files: eflpp_ecore_window.cpp Log Message: eflepp_ecore_window.cpp: add some necessary includes =================================================================== RCS file: /cvs/e/e17/proto/eflpp/src/ecore/eflpp_ecore_window.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- eflpp_ecore_window.cpp 6 Oct 2007 15:54:22 -0000 1.3 +++ eflpp_ecore_window.cpp 8 Oct 2007 17:57:41 -0000 1.4 @@ -1,5 +1,11 @@ #include "eflpp_ecore_window.h" +#include <errno.h> #include <assert.h> +#include <sys/types.h> +#include <sys/stat.h> +#include <sys/ioctl.h> +#include <fcntl.h> +#include <linux/fb.h> //=============================================================================================== // EcoreEvasWindow ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs