Merge pull request #934 from bullestock/include-guard-mismatch

Fix include guard mismatch.
This commit is contained in:
Terje Io
2026-04-03 08:46:08 +02:00
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __STRUTILS_H__
#define __STRUTILS_H___
#define __STRUTILS_H__
#include <stdint.h>
#include <time.h>