* mtrace.c: Don't typedef things like size_t, just #define them.
This commit is contained in:
parent
2cb3be2c94
commit
7b54d319af
@ -22,6 +22,13 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include "ansidecl.h"
|
||||
|
||||
/* size_t may be defined in the system-supplied stdio.h. */
|
||||
/* So just kludge it. */
|
||||
#define size_t unsigned int
|
||||
#define ptrdiff_t int
|
||||
#define __ONEFILE
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "gmalloc.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user