$OpenBSD$ --- cegui/include/CEGUIDynamicModule.h.orig Mon Sep 6 18:35:44 2010 +++ cegui/include/CEGUIDynamicModule.h Mon Sep 6 18:36:08 2010 @@ -43,7 +43,7 @@ struct HINSTANCE__; typedef struct HINSTANCE__* hInstance; -#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) +#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) # define DYNLIB_HANDLE void* # define DYNLIB_LOAD( a ) dlopen( a, RTLD_LAZY ) # define DYNLIB_GETSYM( a, b ) dlsym( a, b )