]> git.xonotic.org Git - xonotic/netradiant.git/commit
p3dlib.c: include “cmdlib.h” on non Windows platform
authorThomas Debesse <dev@illwieckz.net>
Tue, 18 Jul 2017 09:18:03 +0000 (11:18 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 1 Aug 2017 14:31:20 +0000 (16:31 +0200)
commit0bed5ba99b9efb953557fde7738d597164f65e19
treecf8be3a525cbebf9ef35633c30be45ca9d3e29e2
parentf88d626e7c4c1dcd153d755de47620a5e9557af0
p3dlib.c: include “cmdlib.h” on non Windows platform

- implicit conditional declaration of function ‘Q_filelength’ and ‘Q_stricmp’
  They come from “cmdlib.h”, so we must conditionally include it too.
tools/quake3/q3data/p3dlib.c