+ try to fix compilation issue on OSX

This commit is contained in:
kelson42 2013-05-07 20:24:54 +02:00
parent c67bbf3922
commit 2554f3e93a
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#ifndef KIWIX_COMPONENTTOOLS_H
#define KIWIX_COMPONENTTOOLS_H
#ifdef __APPLE__
typedef uint16_t char16_t;
#endif
#include "nsStringAPI.h"
const char *nsStringToCString(const nsAString &str);