summaryrefslogtreecommitdiff
path: root/include/SDL_platform.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2009-10-10 09:36:12 +0000
committerSam Lantinga <slouken@libsdl.org>2009-10-10 09:36:12 +0000
commit679c38b946047bf2144db1715ee029a72a811ff2 (patch)
tree8b531fce9149ff4e34b8eefc94d0dcb0e4294bce /include/SDL_platform.h
parent69d19ff1c6204721c1d4152a9bab8c3950f68f6e (diff)
downloadsdl-679c38b946047bf2144db1715ee029a72a811ff2.tar.gz
Adapted from Debian patch: 215_kfreebsd_gnu.diff
Diffstat (limited to 'include/SDL_platform.h')
-rw-r--r--include/SDL_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_platform.h b/include/SDL_platform.h
index ec8627fd6..7592b25e7 100644
--- a/include/SDL_platform.h
+++ b/include/SDL_platform.h
@@ -45,7 +45,7 @@
#undef __DREAMCAST__
#define __DREAMCAST__ 1
#endif
-#if defined(__FreeBSD__) || defined(__DragonFly__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
#undef __FREEBSD__
#define __FREEBSD__ 1
#endif