mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Explicitly include limits.h for PATH_MAX
This commit is contained in:
parent
302350b22b
commit
2e4fc39aa2
@ -24,6 +24,7 @@
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <FL/x.H>
|
||||
#include <FL/Fl.H>
|
||||
|
Loading…
Reference in New Issue
Block a user