From 27c6eec18d38d78f058e87e415ac979129342861 Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Tue, 24 Apr 2018 18:50:03 -0400 Subject: Multiply-Include Header to Check Guard Macro Correctness --- tests/frametest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/frametest.c b/tests/frametest.c index 01f1300..7d69ff7 100644 --- a/tests/frametest.c +++ b/tests/frametest.c @@ -41,8 +41,11 @@ #include /* strcmp */ #include /* clock_t, clock(), CLOCKS_PER_SEC */ #include +#include "lz4frame.h" /* include multiple times to test correctness/safety */ +#include "lz4frame.h" #define LZ4F_STATIC_LINKING_ONLY #include "lz4frame.h" +#include "lz4frame.h" #include "lz4.h" /* LZ4_VERSION_STRING */ #define XXH_STATIC_LINKING_ONLY #include "xxhash.h" /* XXH64 */ -- cgit v0.12