Skip to content
Snippets Groups Projects
Commit 670bc4e4 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

x11-wm/plasma5-kwin: add missing errno.h include

This fixes the build on FreeBSD 12

Reported by:	VVD
parent 3c034698
No related branches found
No related tags found
No related merge requests found
--- src/backends/drm/drm_pipeline_legacy.cpp.orig 2022-02-09 06:05:36 UTC
+++ src/backends/drm/drm_pipeline_legacy.cpp
@@ -14,6 +14,8 @@
#include "drm_object_connector.h"
#include "logging.h"
+#include <errno.h>
+
namespace KWin
{
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment