Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common include some necessary headers to fix build



details:   https://anonhg.NetBSD.org/src/rev/91b330e2128d
branches:  trunk
changeset: 757346:91b330e2128d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Aug 26 08:19:18 2010 +0000

description:
include some necessary headers to fix build

diffstat:

 tests/fs/common/h_fsmacros.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d9359d75ef3b -r 91b330e2128d tests/fs/common/h_fsmacros.h
--- a/tests/fs/common/h_fsmacros.h      Thu Aug 26 07:36:53 2010 +0000
+++ b/tests/fs/common/h_fsmacros.h      Thu Aug 26 08:19:18 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: h_fsmacros.h,v 1.19 2010/08/25 18:16:06 pooka Exp $    */
+/*     $NetBSD: h_fsmacros.h,v 1.20 2010/08/26 08:19:18 pooka Exp $    */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -38,6 +38,10 @@
 #include <puffsdump.h>
 #include <string.h>
 
+#include <rump/rump.h>
+
+#include "../../h_macros.h"
+
 #define FSPROTOS(_fs_)                                                 \
 int _fs_##_fstest_newfs(const atf_tc_t *, void **, const char *,       \
                        off_t, void *);                                 \



Home | Main Index | Thread Index | Old Index