blob: b190a021df5a873e2ae917c19a8f30fa7cb998f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- sdlconst.c.old Wed Oct 5 02:49:32 2005
+++ sdlconst.c Wed Oct 5 02:49:42 2005
@@ -8,8 +8,8 @@
#include "stdlib.h"
#include "string.h"
#include "math.h"
-#include "SDL/SDL_endian.h"
-#include "SDL/SDL.h"
+#include "SDL11/SDL_endian.h"
+#include "SDL11/SDL.h"
typedef struct {PyObject **p; char *s;} __Pyx_InternTabEntry; /*proto*/
|