From: Alexis Laferrière Date: Sun, 30 Nov 2014 14:05:39 +0000 (-0500) Subject: lib/x11: fix missing C include X-Git-Tag: v0.7~85^2~11 X-Git-Url: http://nitlanguage.org lib/x11: fix missing C include Signed-off-by: Alexis Laferrière --- diff --git a/lib/x11.nit b/lib/x11.nit index df0b984..1ba2d13 100644 --- a/lib/x11.nit +++ b/lib/x11.nit @@ -17,6 +17,10 @@ # Serices from the X11 library module x11 is pkgconfig +`{ + #include +`} + # Open the current display from the environment variables # # See