malloc.h is deprecated, use stdlib.h instead.

This commit is contained in:
anholt
2003-07-23 06:29:33 +00:00
parent d183c81f39
commit d570839952

View File

@@ -16,11 +16,10 @@
**
** $Id$
*/
#include <stdlib.h>
#include <string.h>
#include "texus.h"
#include <malloc.h>
#include "texusint.h"
void _txDefaultErrorCallback( const char *string, FxBool fatal );