1
0
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:
Falk Werner 2019-04-23 22:32:21 +02:00
parent ba19308bdc
commit 4c00b89fde

View File

@ -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>