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

This commit is contained in:
Andreas Kling 2020-02-28 12:03:17 +01:00
commit a1514369d7
Notes: sideshowbarker 2024-07-19 08:59:25 +09:00
5 changed files with 11 additions and 8 deletions

View file

@ -38,6 +38,7 @@
#include <LibGUI/Window.h>
#include <LibGUI/WindowServerConnection.h>
#include <LibGfx/Bitmap.h>
#include <serenity.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>