Even more includes

Expand the modulemap to cover some of the system headers too.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-01-20 21:15:20 +00:00
parent 4bdbd48e55
commit f649a949e2
27 changed files with 216 additions and 43 deletions

View File

@ -3,11 +3,13 @@
// Copyright (c) 2013 Richard Grenville <pyxlcy@gmail.com>
#pragma once
#include <stdbool.h>
#include <xcb/xcb.h>
#include <xcb/render.h>
#include <xcb/damage.h>
// FIXME shouldn't need this
#ifdef CONFIG_OPENGL
#include <GL/glx.h>
#include <GL/gl.h>
#endif
#include "x.h"