From d314500e7ea0ff2cdfe58b5558309aef4bdca768 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 18 Feb 1997 15:03:17 +0000 Subject: [PATCH] This now uses queue macros. Include if !KERNEL to preserve the documented interface. --- sys/ufs/ufs/quota.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h index 7b9ff4023b6e..10aa9d3301a0 100644 --- a/sys/ufs/ufs/quota.h +++ b/sys/ufs/ufs/quota.h @@ -40,6 +40,10 @@ #ifndef _UFS_UFS_QUOTA_H_ #define _UFS_UFS_QUOTA_H_ +#ifndef KERNEL +#include +#endif + /* * Definitions for disk quotas imposed on the average user * (big brother finally hits UNIX).