1
Fork 0
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:
Andreas Kling 2019-11-16 12:18:25 +01:00
parent 95df049071
commit 39e2b69153

View file

@ -1,5 +1,9 @@
#pragma once
#ifndef KERNEL
#include <stddef.h>
#endif
namespace AK {
enum MemoryOrder