ICU-1075 HP/UX has putenv in stdlib.h instead.

X-SVN-Rev: 5434
This commit is contained in:
George Rhoten 2001-08-03 16:12:46 +00:00
parent 0e79edda11
commit d5bbbc7ac3

View file

@ -16,6 +16,7 @@
#include <string.h>
#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include "unicode/unistr.h"
#include "unicode/ures.h"