From 9f9d463f74fd50408c4447473530ca3b2af06798 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 5 Sep 2022 20:19:00 +0300 Subject: r-x11: include missing headers for function prototypes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the next warning: > no previous prototype for ‘run_clipboard’ [-Wmissing-prototypes] --- src/r-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r-x11.c b/src/r-x11.c index 3094b71..5563178 100644 --- a/src/r-x11.c +++ b/src/r-x11.c @@ -23,6 +23,7 @@ #include #include "constants.h" +#include "r-x11.h" #include "output.h" static Atom X_utf8; -- cgit v1.2.3-18-g5258