Skip to content

Commit

Permalink
LibCore: Include full definition for LocalSocket
Browse files Browse the repository at this point in the history
clang 19 (git) complains that LocalSocket is an incomplete type
and errors out. Including the full definition fixes the build.
  • Loading branch information
doctortheemh authored and BertalanD committed Jul 2, 2024
1 parent 09f7609 commit 5f06594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Userland/Libraries/LibCore/Process.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <AK/Forward.h>
#include <AK/Span.h>
#include <LibCore/File.h>
#include <LibCore/Socket.h>

namespace Core {

Expand Down

0 comments on commit 5f06594

Please sign in to comment.