X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fhdd_atasmart.c;h=7e996481ba72a812799fdf6a9c04094040fe19a8;hb=1ea7dfe115b5ae6f117636ad2d0ec366985b69f1;hp=bd1ff4b3365ac7f8483dc7b01d09871fab52c403;hpb=f386662c93972957cb6c2c6c29e6d8bcbd8b89ca;p=psensor.git diff --git a/src/lib/hdd_atasmart.c b/src/lib/hdd_atasmart.c index bd1ff4b..7e99648 100644 --- a/src/lib/hdd_atasmart.c +++ b/src/lib/hdd_atasmart.c @@ -16,6 +16,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ +#define _LARGEFILE_SOURCE 1 +#include "config.h" + #include #include #define _(str) gettext(str)