mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
425a3c6f97
PR: 48337 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
--- 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
|