Fix GCC2 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30793 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if __GNUC__ < 4
|
||||
#include <stdarg.h>
|
||||
#define va_copy __va_copy
|
||||
#endif
|
||||
|
||||
#include <Message.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user