Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add <sys/types.h> to <sys/quota.h> or the latter doe...



details:   https://anonhg.NetBSD.org/src/rev/ac56a83829d1
branches:  trunk
changeset: 772385:ac56a83829d1
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jan 01 15:41:16 2012 +0000

description:
Add <sys/types.h> to <sys/quota.h> or the latter doesn't compile on
its own.

diffstat:

 sys/sys/quota.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1f08be5569dc -r ac56a83829d1 sys/sys/quota.h
--- a/sys/sys/quota.h   Sun Jan 01 15:29:28 2012 +0000
+++ b/sys/sys/quota.h   Sun Jan 01 15:41:16 2012 +0000
@@ -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.
  */



Home | Main Index | Thread Index | Old Index