aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-03 21:19:46 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-03 21:19:46 +0000
commit2be7e3089ebb7c7d179306b5bb26272fc0a5c249 (patch)
treeb42df65a4069b6c3ab538063d28637abad18086e /src/lib
parent4e907523336834456ad62125c43131b19719d01c (diff)
downloadopen-axiom-2be7e3089ebb7c7d179306b5bb26272fc0a5c249.tar.gz
* lib/pixmap.c: Include standard header.
* include/xpm.h: Remove.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/pixmap.c4
1 files changed, 2 insertions, 2 deletions
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 <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
+#include <X11/xpm.h>
#include <stdlib.h>
#include <stdio.h>
#include <netinet/in.h>
@@ -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,