1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Need to include sys/param.h for MAXPATHLEN.

This commit is contained in:
quarnster 2012-04-16 12:33:34 +03:00
parent 351f2b2664
commit a73b45b7a7

View File

@ -28,7 +28,7 @@
//========================================================================
#include "internal.h"
#include <sys/param.h> // For MAXPATHLEN
//========================================================================
// Change to our application bundle's resources directory, if present