mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fix missing size_t definition on mac
This commit is contained in:
parent
1d061986d3
commit
739a83a3ce
|
@ -9,6 +9,7 @@
|
|||
#define BASE_SYSTEM_H
|
||||
|
||||
#include "detect.h"
|
||||
#include "stddef.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue