lib/x11: fix missing C include
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 30 Nov 2014 14:05:39 +0000 (09:05 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Mon, 1 Dec 2014 21:35:40 +0000 (16:35 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/x11.nit

index df0b984..1ba2d13 100644 (file)
 # Serices from the X11 library
 module x11 is pkgconfig
 
+`{
+       #include <X11/Xlib.h>
+`}
+
 # Open the current display from the environment variables
 #
 # See <http://www.x.org/releases/X11R7.7/doc/man/man3/XOpenDisplay.3.xhtml>