summaryrefslogtreecommitdiffhomepage
path: root/frameworks/libX11.fwrk/headers/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/libX11.fwrk/headers/Config.h')
-rw-r--r--frameworks/libX11.fwrk/headers/Config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/frameworks/libX11.fwrk/headers/Config.h b/frameworks/libX11.fwrk/headers/Config.h
new file mode 100644
index 0000000..7056070
--- /dev/null
+++ b/frameworks/libX11.fwrk/headers/Config.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: Apache-2.0
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (see LICENSE file)
+// Official repository: https://github.com/ne-foss-org/ne_system
+
+#ifndef X11_FOUNDATION_H
+#define X11_FOUNDATION_H
+
+#include <X11/Xlib.h>
+
+#endif