putch needs <conio.h> -- Yanster

This commit is contained in:
Yan Sweitzer 2000-05-13 05:32:48 +00:00
parent ca29015853
commit 670a264470

View file

@ -54,6 +54,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "fcntl.h"
#include <limits.h>
#include <io.h>
#include <conio.h>
qboolean is_server = false;