diff options
Diffstat (limited to 'e-util/e-pilot-map.c')
-rw-r--r-- | e-util/e-pilot-map.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/e-util/e-pilot-map.c b/e-util/e-pilot-map.c index 67aacdcf2a..87eba7020e 100644 --- a/e-util/e-pilot-map.c +++ b/e-util/e-pilot-map.c @@ -20,11 +20,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include <string.h> /* memset(), strcmp() */ #include <stdlib.h> -#include <time.h> -#include <gnome.h> #include <gnome-xml/parser.h> -#include <e-pilot-map.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-util.h> + +#include "e-pilot-map.h" typedef struct { |