1
0
mirror of git://erdgeist.org/opentracker synced 2025-02-05 03:26:25 +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 <string.h>
#include <strings.h> #include <strings.h>
#include <stdint.h> #include <stdint.h>
#include <stddef.h>
/* Opentracker */ /* Opentracker */
#include "trackerlogic.h" #include "trackerlogic.h"