From e2ecd4b87795a56d07cc720260b1b08fc9593250 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 22 Nov 2014 20:48:39 -0600 Subject: [PATCH] wmcliphist: Add to includes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Otherwise, we get the following compiler warning: history.c:289:2: warning: implicit declaration of function ‘chmod’ [-Wimplicit-function-declaration] if ((chmod(fname, S_IRUSR|S_IWUSR)) != 0) { ^ --- wmcliphist/wmcliphist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmcliphist/wmcliphist.h b/wmcliphist/wmcliphist.h index 2919172..c55cdc2 100644 --- a/wmcliphist/wmcliphist.h +++ b/wmcliphist/wmcliphist.h @@ -11,6 +11,7 @@ #include #include #include +#include #include #include -- 2.11.4.GIT