From b9c0195dc4748003a8ba9c41806dc5a826de4cb3 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 25 Apr 2001 12:52:19 +0000 Subject: Fixed some compile time bugs. --- quota.c | 3 ++- quotaio_rpc.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 +#include #include #include #include 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 +#include #include #include "quotaio.h" -- cgit v1.2.3