summaryrefslogtreecommitdiff
path: root/devel/ptlib26/files/patch-include_ptclib_vsdl.h
blob: 9a375b4df9726451b2c1ad179519e8d9baf56f0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/ptclib/vsdl.h.orig	2008-09-25 14:51:15.000000000 +0800
+++ include/ptclib/vsdl.h	2008-09-25 14:52:15.000000000 +0800
@@ -33,7 +33,7 @@
 
 #include <ptlib.h>
 #if defined(P_FREEBSD)
-#include <SDL11/SDL.h>
+#include <SDL.h>
 #else
 #include <SDL/SDL.h>
 #endif