From 4c00b89fde28b226e77e79a4e2afec5146ea0c63 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Tue, 23 Apr 2019 22:32:21 +0200 Subject: [PATCH] fixes include guard --- lib/webfuse/core/container_of.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/webfuse/core/container_of.h b/lib/webfuse/core/container_of.h index f34b407..d22bc34 100644 --- a/lib/webfuse/core/container_of.h +++ b/lib/webfuse/core/container_of.h @@ -1,5 +1,5 @@ -#ifndef wf_container_of_H -#define wf_container_of_H +#ifndef WF_CONTAINER_OF_H +#define WF_CONTAINER_OF_H #ifndef __cplusplus #include