]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Borland C++ compile fixes
authordabb <dabb@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Nov 2000 14:49:36 +0000 (14:49 +0000)
committerdabb <dabb@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Nov 2000 14:49:36 +0000 (14:49 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@98 d7cf8633-e32d-0410-b094-e92efae38249

console.c

index be48c8df52e558fbec75ae141ea9286a3e231a80..297bcb23f43249645a595bb331eb8bd35291e554 100644 (file)
--- a/console.c
+++ b/console.c
@@ -23,8 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <libc.h>
 #endif
 #ifndef _MSC_VER
+#ifndef __BORLANDC__
 #include <unistd.h>
 #endif
+#endif
 #ifdef WIN32
 #include <io.h>
 #endif