summaryrefslogtreecommitdiff
path: root/quota.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2007-03-26 09:34:42 +0000
committerjkar8572 <jkar8572>2007-03-26 09:34:42 +0000
commit7003af5ad19d626f43913ba54478df47d46fc32e (patch)
tree8ef3fcd4d78530fddcb20e83b12d6df5c1c10fec /quota.c
parentdaef41a0855960e3069fa19d62df9fcbbd8c101f (diff)
Include stdlib.h in quota.c (Mike Frysinger)
Diffstat (limited to 'quota.c')
-rw-r--r--quota.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/quota.c b/quota.c
index 12afc3e..88d05c7 100644
--- a/quota.c
+++ b/quota.c
@@ -34,7 +34,7 @@
#ident "$Copyright: (c) 1980, 1990 Regents of the University of California. $"
#ident "$Copyright: All rights reserved. $"
-#ident "$Id: quota.c,v 1.22 2007/02/22 10:38:08 jkar8572 Exp $"
+#ident "$Id: quota.c,v 1.23 2007/03/26 09:34:42 jkar8572 Exp $"
/*
* Disk quota reporting program.
@@ -43,6 +43,7 @@
#include <sys/param.h>
#include <getopt.h>
#include <stdio.h>
+#include <stdlib.h>
#include <pwd.h>
#include <grp.h>
#include <time.h>