diff options
Diffstat (limited to 'include/malloc.h')
-rw-r--r-- | include/malloc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h new file mode 100644 index 000000000000..37cde282bdaa --- /dev/null +++ b/include/malloc.h @@ -0,0 +1,5 @@ +/*- + * This file is in the public domain. + */ +#include <stdlib.h> +#include <malloc_np.h> |