mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 20:11:58 +00:00
Need to include sys/param.h for MAXPATHLEN.
This commit is contained in:
parent
351f2b2664
commit
a73b45b7a7
@ -28,7 +28,7 @@
|
|||||||
//========================================================================
|
//========================================================================
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
#include <sys/param.h> // For MAXPATHLEN
|
||||||
|
|
||||||
//========================================================================
|
//========================================================================
|
||||||
// Change to our application bundle's resources directory, if present
|
// Change to our application bundle's resources directory, if present
|
||||||
|
Loading…
Reference in New Issue
Block a user