* Bug fix for building on some old installations (contributed by Pjotr).

This commit is contained in:
Eelco Dolstra 2008-10-16 14:16:03 +00:00
parent fa61ee70ee
commit 9d6d50269b
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@
#include <limits.h>
/* Needed for some ancient environments. */
#ifndef ULLONG_MAX
#define ULLONG_MAX 18446744073709551615
#endif
namespace nix {