1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 17:47:09 +00:00

Fix building without Imlib2

This commit is contained in:
Nikolas Garofil 2010-10-30 17:44:33 +02:00
parent 89a8456495
commit 33db46cef1

View File

@ -40,7 +40,9 @@
#include "entropy.h"
#include "exec.h"
#include "i8k.h"
#ifdef BUILD_IMLIB2
#include "imlib2.h"
#endif
#include "proc.h"
#ifdef BUILD_MYSQL
#include "mysql.h"