Hopefully fix build for solaris.

SVN revision: 8144
This commit is contained in:
rbdpngn 2003-12-18 08:36:21 +00:00 committed by rbdpngn
parent 6b42e2db32
commit 513caedd40
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "config.h"
#include "evas_options.h"
#include "evas_common.h"
#define SWAP32(x) (x) = ((((x) & 0x000000ff ) << 24) | (((x) & 0x0000ff00 ) << 8) | (((x) & 0x00ff0000 ) >> 8) | (((x) & 0xff000000 ) >> 24))

View File

@ -120,6 +120,7 @@
#include <string.h>
#include <signal.h>
#include <setjmp.h>
#include <sys/types.h>
#ifdef _WIN32_WCE
#include <windows.h>