mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Merge pull request #4 from quarnster/patch-1
Added inclusion of sys/param.h needed for MAXPATHLEN.
This commit is contained in:
commit
24fa448535
|
@ -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