projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52122c3
)
Fix client.h getting included on the server build
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 31 Mar 2012 13:32:00 +0000
(16:32 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 31 Mar 2012 13:32:00 +0000
(16:32 +0300)
src/mapsector.cpp
patch
|
blob
|
history
diff --git
a/src/mapsector.cpp
b/src/mapsector.cpp
index 9b54328076ba69a1c8f4cfb88e299726768ed7c4..3bbd95bea120e851f4b89ef47e23cb87829c9c17 100644
(file)
--- a/
src/mapsector.cpp
+++ b/
src/mapsector.cpp
@@
-19,7
+19,9
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#include "mapsector.h"
#include "jmutexautolock.h"
+#ifndef SERVER
#include "client.h"
+#endif
#include "exceptions.h"
#include "mapblock.h"