Arm byte typedef with ifndef _DEF_BYTE_.

Include compat.h
This commit is contained in:
Marcus Sundberg 2000-05-21 18:36:30 +00:00
parent a590336aff
commit 6f5fe77ed2

View file

@ -34,10 +34,14 @@
#include <stdio.h>
#include <sys/types.h>
#include <qdefs.h>
#include <compat.h>
#define MAX_QPATH 64
#ifndef _DEF_BYTE_
# define _DEF_BYTE_
typedef unsigned char byte;
#endif
// KJB Undefined true and false defined in SciTech's DEBUG.H header
#undef true