fix: missing #define for misc.h

This commit fixes the missing "#define", used to ensure a header symbols are not re-defined.
This commit is contained in:
ThePedroo
2025-07-15 05:20:11 -03:00
parent 90da42a10b
commit d54cac89a7

View File

@@ -1,4 +1,5 @@
#ifndef MISC_H #ifndef MISC_H
#define MISC_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {