public header files should include global headers, not local.

SVN revision: 41395
This commit is contained in:
Gustavo Sverzut Barbieri 2009-07-17 14:27:17 +00:00
parent 386972f2f0
commit df0ea7a123
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#endif /* ! _WIN32 */
#endif /* EAPI */
#include "Ethumb.h"
#include <Ethumb.h>
#ifdef __cplusplus
extern "C" {