From 2be7e3089ebb7c7d179306b5bb26272fc0a5c249 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 3 Sep 2011 21:19:46 +0000 Subject: * lib/pixmap.c: Include standard header. * include/xpm.h: Remove. --- src/lib/pixmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/pixmap.c b/src/lib/pixmap.c index bc1f548f..c09af5a6 100644 --- a/src/lib/pixmap.c +++ b/src/lib/pixmap.c @@ -1,7 +1,7 @@ /* Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2010, Gabriel Dos Reis. + Copyright (C) 2007-2011, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include @@ -263,7 +264,6 @@ read_pixmap_file(Display *display, int screen, char *filename, #else /*OLD*/ -#include "xpm.h" int read_pixmap_file(Display *display, int screen, char *filename, -- cgit v1.2.3