[Pkg-wmaker-commits] [wmcalc] 26/65: wmcalc: Switch #include <XKBlib.h> to #include <X11/XKBlib.h>.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:04 UTC 2015


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

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

commit 624c1d8701e84abe55e102e7b8c244a3609b005b
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Jan 10 10:59:44 2015 -0600

    wmcalc: Switch #include <XKBlib.h> to #include <X11/XKBlib.h>.
    
    Otherwise, wmcalc fails to build.
---
 wmcalc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmcalc.c b/wmcalc.c
index 19990a6..f68714b 100644
--- a/wmcalc.c
+++ b/wmcalc.c
@@ -38,7 +38,7 @@
  ****************************************************************/
 
 #include "wmcalc_x.h"
-#include <XKBlib.h>
+#include <X11/XKBlib.h>
 #include <stdio.h>
 #include <math.h>
 #include <stdlib.h>

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



More information about the Pkg-wmaker-commits mailing list