Module Name: src
Committed By: pooka
Date: Sun Oct 18 20:14:06 UTC 2009
Modified Files:
src/lib/libpuffs: null.c
Log Message:
include some headers we use
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libpuffs/null.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpuffs/null.c
diff -u src/lib/libpuffs/null.c:1.27 src/lib/libpuffs/null.c:1.28
--- src/lib/libpuffs/null.c:1.27 Thu Jan 8 02:19:48 2009
+++ src/lib/libpuffs/null.c Sun Oct 18 20:14:06 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: null.c,v 1.27 2009/01/08 02:19:48 lukem Exp $ */
+/* $NetBSD: null.c,v 1.28 2009/10/18 20:14:06 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: null.c,v 1.27 2009/01/08 02:19:48 lukem Exp $");
+__RCSID("$NetBSD: null.c,v 1.28 2009/10/18 20:14:06 pooka Exp $");
#endif /* !lint */
/*
@@ -36,6 +36,7 @@
*/
#include <sys/types.h>
+#include <sys/stat.h>
#include <sys/time.h>
#include <assert.h>
@@ -45,6 +46,7 @@
#include <puffs.h>
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
#include <unistd.h>
PUFFSOP_PROTOS(puffs_null)