mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
11 lines
288 B
Text
11 lines
288 B
Text
--- 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
|