Module Name:    src
Committed By:   christos
Date:           Mon Jul 13 17:57:35 UTC 2009

Modified Files:
        src/usr.bin/fstat: misc.c

Log Message:
sys/mqueue.h needs sys/types.h now


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/fstat/misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/fstat/misc.c
diff -u src/usr.bin/fstat/misc.c:1.4 src/usr.bin/fstat/misc.c:1.5
--- src/usr.bin/fstat/misc.c:1.4	Sun Apr 12 02:36:12 2009
+++ src/usr.bin/fstat/misc.c	Mon Jul 13 13:57:35 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: misc.c,v 1.4 2009/04/12 06:36:12 lukem Exp $	*/
+/*	$NetBSD: misc.c,v 1.5 2009/07/13 17:57:35 christos Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,10 +30,11 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: misc.c,v 1.4 2009/04/12 06:36:12 lukem Exp $");
+__RCSID("$NetBSD: misc.c,v 1.5 2009/07/13 17:57:35 christos Exp $");
 
 #include <stdbool.h>
 #include <sys/param.h>
+#include <sys/types.h>
 #include <sys/time.h>
 #include <sys/stat.h>
 #include <sys/condvar.h>

Reply via email to