Fixed build. Since vprintf() is defined as a macro, it's a good idea to

include the <stdio.h> first. I don't see, why the header defines stuff that
is already defined in <stdio.h> anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34716 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-12-20 13:07:02 +00:00
parent 3a450d5f3d
commit 96054879c1
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdio.h>
#include <string.h> #include <string.h>
#include <machine/atomic.h> #include <machine/atomic.h>