mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
Should build properly on Linux again
Uses PATH_MAX which is defined in limits.h.. But we forgot to include limits.h, oops.
This commit is contained in:
@@ -244,6 +244,7 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* stuff under here shouldnt be changed
|
* stuff under here shouldnt be changed
|
||||||
|
|||||||
Reference in New Issue
Block a user