summaryrefslogtreecommitdiff
path: root/games/tanked/patches/patch-ai
blob: a601e8eb5b315b784ca54b742279d2ae8b8d2dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1 1998/08/14 11:55:13 frueauf Exp $

--- client/libsprite/libsdefs.h-orig	Sun Apr 12 03:34:31 1998
+++ client/libsprite/libsdefs.h	Fri Aug 14 13:34:50 1998
@@ -40,7 +40,7 @@
 #ifdef HACKED_XPMLIB
 #include "xpmlib-3.4b/xpm.h"
 #else 
-#include <xpm.h>
+#include <X11/xpm.h>
 #endif /*HACKED_XPMLIB*/
 #endif /*XPM [BDyess]*/