diff options
Diffstat (limited to 'math/abs/files/patch-X11_button.h')
-rw-r--r-- | math/abs/files/patch-X11_button.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/abs/files/patch-X11_button.h b/math/abs/files/patch-X11_button.h new file mode 100644 index 000000000000..5ff670f5d79c --- /dev/null +++ b/math/abs/files/patch-X11_button.h @@ -0,0 +1,11 @@ +--- X11/button.h.orig Sun Nov 11 20:24:37 2001 ++++ X11/button.h Sun Feb 9 15:05:21 2003 +@@ -52,7 +52,7 @@ + #define WIDGET_BUTTON_H + + #include "param.h" +-#include "xpm.h" ++#include <X11/xpm.h> + extern int make_pixmap_from_data (Widget parent, char **bits, Pixmap * bm); + + extern Widget |