Portability: FreeBSD 9.3 x86 needs limits.h

This commit is contained in:
Wilhelm Schuermann 2015-04-18 11:38:01 +02:00
parent e3e72e32f1
commit f66c706370

View file

@ -34,7 +34,7 @@
#include <stdlib.h>
#include <Directory.h>
#if defined SOLARIS || defined NETBSD
#if defined SOLARIS || defined NETBSD || defined FREEBSD
#include <limits.h>
#endif