зеркало из https://github.com/mozilla/gecko-dev.git
Bug 391040 HunSpell failed to compile on OpenSolaris r=mscott a=dsicore
This commit is contained in:
Родитель
673f95f9c0
Коммит
e2707ed9d9
|
@ -57,7 +57,12 @@
|
|||
#ifndef _HASHMGR_HXX_
|
||||
#define _HASHMGR_HXX_
|
||||
|
||||
#ifndef MOZILLA_CLIENT
|
||||
#include <cstdio>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "htypes.hxx"
|
||||
|
||||
enum flag { FLAG_CHAR, FLAG_LONG, FLAG_NUM, FLAG_UNI };
|
||||
|
|
Загрузка…
Ссылка в новой задаче