mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00: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
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