Fixed missing header (malloc.h was including this for us before).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8599 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-08-18 00:25:28 +00:00
parent 6cd4801539
commit e2d2417f0c

View File

@ -25,6 +25,7 @@
#include <elf_priv.h>
#include <boot/elf.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>