mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
uintptr_t need stdint.h
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#ifdef __STDC_NO_ATOMICS__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define ATOM_INT volatile int
|
||||
#define ATOM_POINTER volatile uintptr_t
|
||||
|
||||
Reference in New Issue
Block a user