Fix include (fixes issue #596)
This commit is contained in:
parent
ce8061573b
commit
c3a86e185d
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <glib/gstdio.h>
|
#include <glib/gstdio.h>
|
||||||
#include <pango/pangocairo.h>
|
#include <pango/pango-font.h>
|
||||||
#include <pango/pangoxft.h>
|
|
||||||
#include <Imlib2.h>
|
#include <Imlib2.h>
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
Loading…
Reference in a new issue