mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-13 12:54:15 +00:00
fixes include guard
This commit is contained in:
parent
ba19308bdc
commit
4c00b89fde
@ -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 <stddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user