2010-02-18 21:52:28 +01:00
|
|
|
--- main.c.orig 2010-01-31 20:07:57.000000000 +0300
|
|
|
|
+++ main.c 2010-02-18 22:34:59.000000000 +0300
|
|
|
|
@@ -5,7 +5,6 @@
|
2006-11-05 02:09:02 +01:00
|
|
|
#define __BIT_ENDIAN 1234
|
|
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
|
|
#else
|
|
|
|
-#include <endian.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <SDL/SDL.h>
|
2010-02-18 21:52:28 +01:00
|
|
|
@@ -18,6 +17,7 @@
|
2006-11-05 02:09:02 +01:00
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
2010-02-18 21:52:28 +01:00
|
|
|
#include <getopt.h>
|
2006-11-05 02:09:02 +01:00
|
|
|
+#include <unistd.h>
|
|
|
|
|
|
|
|
#include "error.h"
|
|
|
|
|