Bug 391040 HunSpell failed to compile on OpenSolaris r=mscott a=dsicore

This commit is contained in:
ginn.chen@sun.com 2007-08-20 21:32:04 -07:00
Родитель 673f95f9c0
Коммит e2707ed9d9
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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 };