ICU-7342 Add missing header file for va_start and others.

X-SVN-Rev: 27259
This commit is contained in:
Michael Ow 2010-01-14 07:03:36 +00:00
parent 18b87b0965
commit 02d8764052

View file

@ -18,6 +18,8 @@
#include "ulocimp.h"
#include "ureslocs.h"
#include <stdarg.h>
/**
* Concatenate a number of null-terminated strings to buffer, leaving a
* null-terminated string. The last argument should be the null pointer.