mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibConfig: Use full include path for endpoints
This fixes the SDL2 port build which expects this path to exist in `/usr/include`.
This commit is contained in:
parent
cbe0901706
commit
357538ed25
Notes:
sideshowbarker
2024-07-17 05:06:13 +09:00
Author: https://github.com/gmta
Commit: 357538ed25
Pull-request: https://github.com/SerenityOS/serenity/pull/18020
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <ConfigServer/ConfigClientEndpoint.h>
|
||||
#include <ConfigServer/ConfigServerEndpoint.h>
|
||||
#include <LibCore/Promise.h>
|
||||
#include <LibCore/StandardPaths.h>
|
||||
#include <LibIPC/ConnectionToServer.h>
|
||||
#include <Userland/Services/ConfigServer/ConfigClientEndpoint.h>
|
||||
#include <Userland/Services/ConfigServer/ConfigServerEndpoint.h>
|
||||
|
||||
namespace Config {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue