blob: 1a1bb3b19be0420cc99464be53a0170f8ba1584f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$FreeBSD$
--- configure 2001/02/23 11:37:15 1.1
+++ configure 2001/02/23 11:37:28
@@ -1779,7 +1779,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
char*
my_strdup (char *str)
@@ -1872,7 +1872,7 @@
#include "confdefs.h"
#include <stdio.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
int main() {
return 0;
|