diff options
author | Benjamin Close <[email protected]> | 2009-02-24 20:51:13 -0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-25 07:53:26 -0700 |
commit | 161307f17889aed10a81935dd38f6ceeb2097109 (patch) | |
tree | 7a85658a5f642e3fd75b823a1d2db34e9f452c3f /include | |
parent | 981b7c08ae54b80cd4750dc15f4e63bd7bf0a0a6 (diff) |
egl: Allow compilation to succeed with FreeBSD
Signed-off-by: Benjamin Close <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/EGL/eglplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 02c3b94bd8a..d873428d756 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -68,7 +68,7 @@ typedef HWND NativeWindowType; typedef HBITMAP NativePixmapType; /** END Added for Windows **/ -#elif defined(__gnu_linux__) +#elif defined(__gnu_linux__) || defined(__FreeBSD__) /** BEGIN Added for X (Mesa) **/ #ifndef EGLAPI |