diff options
Diffstat (limited to '')
-rw-r--r-- | include/sys/physalloc.h (renamed from include/memory/physalloc.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memory/physalloc.h b/include/sys/physalloc.h index e95e418..6837972 100644 --- a/include/memory/physalloc.h +++ b/include/sys/physalloc.h @@ -1,7 +1,7 @@ #pragma once #ifndef MEMORY_INTERNAL - #error "Do not include headers from <memory/___.h>, only use <memory.h>" + #error "Do not include headers from <sys/physalloc.h>, only use <memory.h>" #endif /** |