diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2016-01-09 16:18:55 +0100 |
|---|---|---|
| committer | Rémi Verschelde <remi@verschelde.fr> | 2016-01-09 16:18:55 +0100 |
| commit | 662ed9ca8dc934d35a8a7cf1ab6a8f7404df3ba4 (patch) | |
| tree | 741aaa29d28a3d7578554a32fddca4fa66613250 /platform | |
| parent | 9e143a52ba93243da55d425bd5dd3b9110d6bc2e (diff) | |
| parent | a6c1a5c6d0a1fd92fff3e499ce44ee4b0c5d1db3 (diff) | |
Merge pull request #3293 from eska014/fix-fbsd-pthread
Fix build (pthread renaming) on Open/FreeBSD
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/x11/platform_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/platform_config.h b/platform/x11/platform_config.h index 5a333f4a0d..aac50c27c2 100644 --- a/platform/x11/platform_config.h +++ b/platform/x11/platform_config.h @@ -31,6 +31,7 @@ #endif #if defined(__FreeBSD__) || defined(__OpenBSD__) #include <stdlib.h> +#define PTHREAD_BSD_SET_NAME #endif #define GLES2_INCLUDE_H "gl_context/glew.h" |