mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
AK: Atomic.h needs <stddef.h> for ptrdiff_t
This commit is contained in:
parent
95df049071
commit
39e2b69153
Notes:
sideshowbarker
2024-07-19 11:12:38 +09:00
Author: https://github.com/awesomekling
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