Borland portability tweaks.

This commit is contained in:
curt
1998-11-23 21:46:36 +00:00
parent 1690f5475d
commit d7748704d7
3 changed files with 15 additions and 5 deletions
+4 -2
View File
@@ -5,16 +5,18 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if !defined( __CYGWIN__ ) && !defined( __CYGWIN32__ )
# include <malloc.h>
# if !defined( HAVE_STL_SGI_PORT ) // Avoid malloc with STLport
# include <malloc.h>
# endif
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include "xgl.h"