Module Name:    src
Committed By:   pooka
Date:           Thu Aug 26 08:19:18 UTC 2010

Modified Files:
        src/tests/fs/common: h_fsmacros.h

Log Message:
include some necessary headers to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/fs/common/h_fsmacros.h

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

Modified files:

Index: src/tests/fs/common/h_fsmacros.h
diff -u src/tests/fs/common/h_fsmacros.h:1.19 src/tests/fs/common/h_fsmacros.h:1.20
--- src/tests/fs/common/h_fsmacros.h:1.19	Wed Aug 25 18:16:06 2010
+++ src/tests/fs/common/h_fsmacros.h	Thu Aug 26 08:19:18 2010
@@ -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 *);					\

Reply via email to