diff options
Diffstat (limited to 'math/abs/files/patch-ad')
-rw-r--r-- | math/abs/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/abs/files/patch-ad b/math/abs/files/patch-ad new file mode 100644 index 000000000000..1c9cd4cb738e --- /dev/null +++ b/math/abs/files/patch-ad @@ -0,0 +1,11 @@ +--- X11/button.h.orig Thu Nov 16 06:10:42 2000 ++++ X11/button.h Fri Nov 17 03:19:31 2000 +@@ -28,7 +28,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 |