mirror of
https://github.com/glfw/glfw.git
synced 2026-02-20 14:13:12 +01:00
Added inclusion of declaration of size_t.
This commit is contained in:
@@ -173,6 +173,10 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* This is needed for the declaration of size_t.
|
||||
*/
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
* GLFW version
|
||||
|
||||
Reference in New Issue
Block a user