Include stdio.h so ecore_getopt_help() is fine.

We need FILE* for ecore_getopt_help().



SVN revision: 38067
This commit is contained in:
Gustavo Sverzut Barbieri 2008-12-09 18:15:28 +00:00
parent 2b278b9419
commit c8d86791e6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define _ECORE_GETOPT_H
#include <Eina.h>
#include <stdio.h>
#ifdef EAPI
# undef EAPI