mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
$NetBSD: patch-ah,v 1.1 1998/08/14 11:55:12 frueauf Exp $
|
|
|
|
--- client/libsprite/libsdata.h-orig Sun Apr 12 03:34:31 1998
|
|
+++ client/libsprite/libsdata.h Fri Aug 14 13:39:00 1998
|
|
@@ -14,7 +14,7 @@
|
|
#ifdef HACKED_XPMLIB
|
|
#include "xpmlib-3.4b/xpm.h"
|
|
#else
|
|
-#include <xpm.h>
|
|
+#include <X11/xpm.h>
|
|
#endif /*HACKED_XPMLIB*/
|
|
#endif /*XPM [BDyess]*/
|
|
|