From cd896ccaf9a948d06b9496ae18e265f9aee6b37d Mon Sep 17 00:00:00 2001 From: Mike Long Date: Fri, 6 Jul 2012 01:33:34 +0800 Subject: [PATCH] fix include file name --- test/fff_test_cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fff_test_cpp.cpp b/test/fff_test_cpp.cpp index b5a4a23..77103e9 100644 --- a/test/fff_test_cpp.cpp +++ b/test/fff_test_cpp.cpp @@ -12,7 +12,7 @@ #define OVERRIDE_CALL_HIST_LEN 17u #define FFF_CALL_HISTORY_LEN OVERRIDE_CALL_HIST_LEN -#include "../fff3.h" +#include "../fff.h" #include DEFINE_FFF_GLOBALS