Module Name: src Committed By: dholland Date: Sun Jan 1 15:41:16 UTC 2012
Modified Files: src/sys/sys: quota.h Log Message: Add <sys/types.h> to <sys/quota.h> or the latter doesn't compile on its own. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/quota.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/quota.h diff -u src/sys/sys/quota.h:1.6 src/sys/sys/quota.h:1.7 --- src/sys/sys/quota.h:1.6 Fri Nov 25 16:55:05 2011 +++ src/sys/sys/quota.h Sun Jan 1 15:41:16 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: quota.h,v 1.6 2011/11/25 16:55:05 dholland Exp $ */ +/* $NetBSD: quota.h,v 1.7 2012/01/01 15:41:16 dholland Exp $ */ /*- * Copyright (c) 2010 Manuel Bouyer * All rights reserved. @@ -28,6 +28,8 @@ #ifndef _SYS_QUOTA_H_ #define _SYS_QUOTA_H_ +#include <sys/types.h> + /* * Structure used to describe the value part of a quota record. */