summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2008-04-14 21:58:43 +0000
committerjkar8572 <jkar8572>2008-04-14 21:58:43 +0000
commitf13442c8a527a4ab6d34e7a93390fb2f45b70e4d (patch)
tree45ffea531cb9513d2abf28052b74ae980171e243
parent6f1dfbf21ca1a5a08363a86fcb3b978bff11b078 (diff)
Added limits.h include to quota_nld.c
-rw-r--r--Changelog1
-rw-r--r--quota_nld.c1
2 files changed, 2 insertions, 0 deletions
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 <errno.h>
#include <string.h>
#include <fcntl.h>
+#include <limits.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/ctrl.h>