From 2db43fc118881893b8494d0b1260bc10f111fefb Mon Sep 17 00:00:00 2001 From: jpandre Date: Tue, 15 Dec 2009 18:25:15 +0000 Subject: [PATCH] Included explicitly, needed in some environments --- libntfs-3g/attrib.c | 3 +++ libntfs-3g/mft.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/libntfs-3g/attrib.c b/libntfs-3g/attrib.c index 37913fc8..9742e208 100644 --- a/libntfs-3g/attrib.c +++ b/libntfs-3g/attrib.c @@ -39,6 +39,9 @@ #ifdef HAVE_ERRNO_H #include #endif +#ifdef HAVE_LIMITS_H +#include +#endif #include "compat.h" #include "attrib.h" diff --git a/libntfs-3g/mft.c b/libntfs-3g/mft.c index 54cffea7..5e27494a 100644 --- a/libntfs-3g/mft.c +++ b/libntfs-3g/mft.c @@ -38,6 +38,9 @@ #ifdef HAVE_STRING_H #include #endif +#ifdef HAVE_LIMITS_H +#include +#endif #include #include "compat.h"