[Pkg-wmaker-commits] [wmload] 10/58: wmload: Add 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 de8c4c3cdba21aca928c470b950cc935123c581d
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Tue Apr 7 02:45:10 2015 -0500
wmload: Add missing headers.
Fixes "incompatible implicit declaration of built-in function" warnings.
---
wmload.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/wmload.c b/wmload.c
index cad9970..d3bd60c 100644
--- a/wmload.c
+++ b/wmload.c
@@ -1,4 +1,6 @@
#include <stdio.h>
+#include <stdlib.h>
+#include <string.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