1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-26 22:56:26 +00:00

Add stddef header

This commit is contained in:
Dirk Engling 2024-04-06 00:29:45 +02:00
parent b4d948696d
commit 29784f1f41

View File

@ -8,6 +8,7 @@
#include <string.h>
#include <strings.h>
#include <stdint.h>
#include <stddef.h>
/* Opentracker */
#include "trackerlogic.h"