From f13442c8a527a4ab6d34e7a93390fb2f45b70e4d Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Mon, 14 Apr 2008 21:58:43 +0000 Subject: Added limits.h include to quota_nld.c --- Changelog | 1 + quota_nld.c | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 4d5480c..c58548b 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ Changes in quota-tools from 3.16 to 3.17 * removed ssl, resolv, lber from the list of LDAP libraries since we don't need them directly (Jan Kara) +* added limits.h include to quota_nld (Jan Kara) Changes in quota-tools from 3.15 to 3.16 * added information message about journaled quota to quotacheck (Jan Kara, Alex Tomas) diff --git a/quota_nld.c b/quota_nld.c index f37a9e1..62bafe4 100644 --- a/quota_nld.c +++ b/quota_nld.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3