Fix compilation errors on OpenIndiana caused by missing limit macros.
parent
9d1360b282
commit
038a45a8a1
|
@ -36,6 +36,9 @@
|
|||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
#include "attrib.h"
|
||||
|
|
|
@ -53,6 +53,9 @@
|
|||
#ifdef HAVE_TIME_H
|
||||
#include <time.h>
|
||||
#endif
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include "ntfswipe.h"
|
||||
#include "types.h"
|
||||
|
|
Loading…
Reference in New Issue