mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Only include libmumblelink.h if USE_MUMBLE is defined, reported by Ensiform.
This commit is contained in:
parent
b14c6d581c
commit
beff4a3c47
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue