include missing stdbool.h in draw.h

This commit is contained in:
Sascha Kruse 2012-12-11 00:07:56 +01:00
parent db60c47226
commit 69c55f25e5

2
draw.h
View File

@ -33,6 +33,8 @@ DEALINGS IN THE SOFTWARE.
#ifndef DRAW_H #ifndef DRAW_H
#define DRAW_H #define DRAW_H
#include <stdbool.h>
#include <X11/Xft/Xft.h> #include <X11/Xft/Xft.h>
typedef struct { typedef struct {