1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:47:34 +00:00

LibC: Move shbuf_* API's to <serenity.h>

This commit is contained in:
Andreas Kling 2020-02-28 12:03:17 +01:00
parent f72e5bbb17
commit a1514369d7
5 changed files with 11 additions and 8 deletions

View file

@ -30,7 +30,7 @@
#include <AK/kmalloc.h>
#include <Kernel/Syscall.h>
#include <stdio.h>
#include <unistd.h>
#include <serenity.h>
namespace AK {