From 22b8c93de245fd68630374aefebc283b411b7d3f Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 13 Nov 2017 12:44:08 +0100 Subject: [PATCH] Replace rpc/types.h with sys/param.h. We don't use RPC functions and the rpc/types.h is deprecated in glibc. --- src/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_window.cpp b/src/main_window.cpp index 903f853..0e22e66 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -24,7 +24,7 @@ #include "i18n.h" #include -#include +#include #include #include #include