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: https://github.com/SerenityOS/serenity/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
Reference in a new issue