From: Benjamin Close Date: Wed, 25 Feb 2009 04:51:13 +0000 (-0800) Subject: egl: Allow compilation to succeed with FreeBSD X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=161307f17889aed10a81935dd38f6ceeb2097109;p=mesa.git egl: Allow compilation to succeed with FreeBSD Signed-off-by: Benjamin Close --- 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