Fix build error with ancient imlib2.

SVN revision: 77012
This commit is contained in:
Kim Woelders 2012-09-22 08:29:18 +00:00
parent f244c9a479
commit e3f700f696
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <Imlib2.h>
#include <X11/Xlib.h>
#include <Imlib2.h>
#define EAllocColor(pxc) \
XAllocColor(disp, VRoot.cmap, pxc)