This fixes the build on Haiku. <va_list.h> is not part of POSIX, <stdarg.h> is - and

since this is *our* header...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14589 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-10-31 10:14:47 +00:00
parent b79a08b537
commit 3ab795e374

View File

@ -137,7 +137,7 @@
#include <string.h>
#include <ctype.h>
#include <va_list.h>
#include <stdarg.h>
#define asm __asm