From f70a658b8273a5e06a11e2184a4e420fdbcd5744 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:44:47 +0100 Subject: libreplace: Fix prototypes for all functions. --- lib/replace/replace-test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/replace/replace-test.h') diff --git a/lib/replace/replace-test.h b/lib/replace/replace-test.h index 95fb7abe1c..a522853351 100644 --- a/lib/replace/replace-test.h +++ b/lib/replace/replace-test.h @@ -1,6 +1,9 @@ #ifndef __LIB_REPLACE_REPLACE_TEST_H__ #define __LIB_REPLACE_REPLACE_TEST_H__ +#include +struct torture_context; + bool torture_local_replace(struct torture_context *ctx); int libreplace_test_strptime(void); int test_readdir_os2_delete(void); -- cgit