Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpuffs include some headers we use
details: https://anonhg.NetBSD.org/src/rev/2a17dc516840
branches: trunk
changeset: 748267:2a17dc516840
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Oct 18 20:14:06 2009 +0000
description:
include some headers we use
diffstat:
lib/libpuffs/null.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r b342367a011e -r 2a17dc516840 lib/libpuffs/null.c
--- a/lib/libpuffs/null.c Sun Oct 18 19:58:04 2009 +0000
+++ b/lib/libpuffs/null.c Sun Oct 18 20:14:06 2009 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index