forked from lix-project/lix
* Bug fix for building on some old installations (contributed by Pjotr).
This commit is contained in:
parent
fa61ee70ee
commit
9d6d50269b
|
@ -5,6 +5,12 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
|
||||||
|
/* Needed for some ancient environments. */
|
||||||
|
#ifndef ULLONG_MAX
|
||||||
|
#define ULLONG_MAX 18446744073709551615
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue