From a1f21f3ceac5315f2bfed8e9fa739d71ae2c6f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 20 Jun 2016 11:21:45 +0200 Subject: [PATCH] Drop not needed include to sys/sysmacros.h from logind.cpp Fixes build on FreeBSD. --- logind.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/logind.cpp b/logind.cpp index eb0085886c..fee0f2ff4f 100644 --- a/logind.cpp +++ b/logind.cpp @@ -29,7 +29,6 @@ along with this program. If not, see . #include #include -#include #include #include "utils.h"