[Pkg-wmaker-commits] [wmload] 12/58: wmload: Add more missing headers.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:36:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmload.

commit a034d7723cc62af6c1e15c415c6a01698b29a665
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Apr 7 02:45:12 2015 -0500

    wmload: Add more missing headers.
    
    Fixes -Wimplicit-function-declaration warnings.
---
 wmload.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/wmload.c b/wmload.c
index 648d79e..a7743ce 100644
--- a/wmload.c
+++ b/wmload.c
@@ -1,6 +1,8 @@
+#include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 #include <X11/Xlib.h>
 #include <X11/xpm.h>
 #include <X11/extensions/shape.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmload.git



More information about the Pkg-wmaker-commits mailing list