fixed some broken header guards

pull/2/head
Falk Werner 5 years ago
parent 54b81d82e4
commit d37783706c

@ -1,5 +1,5 @@
#ifndef _WSFS_JSONRPC_RESPONSE_H
#define _WFSF_JSONRPC_RESPONSE_H
#define _WSFS_JSONRPC_RESPONSE_H
#ifndef __cplusplus
#include <stddef.h>

@ -1,5 +1,5 @@
#ifndef _WSFS_JSON_UTIL_H
#define _WFSF_JSON_UTIL_H
#define _WSFS_JSON_UTIL_H
#include <jansson.h>

Loading…
Cancel
Save