mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
AK: Atomic.h needs <stddef.h> for ptrdiff_t
This commit is contained in:
parent
95df049071
commit
39e2b69153
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#ifndef KERNEL
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
||||
enum MemoryOrder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue