HaikuDepot: Add missing stdlib.h include to fix the build.

This commit is contained in:
Augustin Cavalier
2019-05-25 14:31:41 -04:00
parent 7048289678
commit f64ef4a3fd
+2 -1
View File
@@ -4,6 +4,7 @@
*/
#include "LocaleUtils.h"
#include <stdlib.h>
#include <Collator.h>
#include <Locale.h>
@@ -33,4 +34,4 @@ LocaleUtils::GetCollator(BCollator* collator)
debugger("unable to get the locale's collator");
exit(EXIT_FAILURE);
}
}
}