Only include libmumblelink.h if USE_MUMBLE is defined, reported by Ensiform.

This commit is contained in:
Zack Middleton 2011-09-19 02:15:46 +00:00
parent b14c6d581c
commit beff4a3c47
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "../botlib/botlib.h"
#ifdef USE_MUMBLE
#include "libmumblelink.h"
#endif
extern botlib_export_t *botlib_export;