From aacca3488722140a647420b78ae390c3ff56cd9b Mon Sep 17 00:00:00 2001 From: Mike Long Date: Fri, 6 Jul 2012 01:33:18 +0800 Subject: [PATCH] fix include file name --- test/fff_test_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fff_test_c.c b/test/fff_test_c.c index 1e2c134..5a00525 100644 --- a/test/fff_test_c.c +++ b/test/fff_test_c.c @@ -6,7 +6,7 @@ #define OVERRIDE_CALL_HIST_LEN 17u #define FFF_CALL_HISTORY_LEN OVERRIDE_CALL_HIST_LEN -#include "../fff3.h" +#include "../fff.h" #include "c_test_framework.h" #include