--- deliantra/server/include/global.h 2008/04/21 23:35:24 1.72 +++ deliantra/server/include/global.h 2008/12/26 10:36:42 1.74 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -236,5 +236,9 @@ void reset_signals (); +#ifdef DEVEL +# include "devel.h" +#endif + #endif /* GLOBAL_H */