summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-25 12:52:19 +0000
committerjkar8572 <jkar8572>2001-04-25 12:52:19 +0000
commitb9c0195dc4748003a8ba9c41806dc5a826de4cb3 (patch)
tree98dc4f1af176808fcee844f44f2bc074609dc981
parent4f7c6f32133cf2e880ed06db3b8d476e655d0b0a (diff)
Fixed some compile time bugs.
-rw-r--r--quota.c3
-rw-r--r--quotaio_rpc.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/quota.c b/quota.c
index 30bb4e5..1f30c0f 100644
--- a/quota.c
+++ b/quota.c
@@ -34,12 +34,13 @@
#ident "$Copyright: (c) 1980, 1990 Regents of the University of California. $"
#ident "$Copyright: All rights reserved. $"
-#ident "$Id: quota.c,v 1.2 2001/04/04 10:42:12 jkar8572 Exp $"
+#ident "$Id: quota.c,v 1.3 2001/04/25 12:52:19 jkar8572 Exp $"
/*
* Disk quota reporting program.
*/
#include <sys/types.h>
+#include <sys/param.h>
#include <getopt.h>
#include <stdio.h>
#include <pwd.h>
diff --git a/quotaio_rpc.c b/quotaio_rpc.c
index 0e33390..cbdfe8b 100644
--- a/quotaio_rpc.c
+++ b/quotaio_rpc.c
@@ -3,6 +3,7 @@
*/
#include <stdio.h>
+#include <errno.h>
#include <sys/types.h>
#include "quotaio.h"