bd1a605c7f
from Deanna Phillips <deanna at sdf.lonestar.org>
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
$OpenBSD: patch-src_bzflag_clientCommands_cxx,v 1.1 2006/09/30 12:45:16 steven Exp $
|
|
--- src/bzflag/clientCommands.cxx.orig Fri Sep 22 13:12:01 2006
|
|
+++ src/bzflag/clientCommands.cxx Fri Sep 22 13:12:19 2006
|
|
@@ -14,8 +14,7 @@
|
|
#include "commands.h"
|
|
|
|
/* system implementation headers */
|
|
-#include "../zlib/zconf.h"
|
|
-#include "../zlib/zlib.h"
|
|
+#include <zlib.h>
|
|
|
|
/* common implementation headers */
|
|
#include "BZDBCache.h"
|