File misc.dif of Package MozillaFirefox (Revision b1d38efb593f5057b5f8be051a9630bc)
Currently displaying revision b1d38efb593f5057b5f8be051a9630bc, show latest
x
1
--- gfx/src/x11shared/nsFT2FontCatalog.cpp
2
+++ gfx/src/x11shared/nsFT2FontCatalog.cpp
3
4
#include <stdlib.h>
5
#include <string.h>
6
#include <unistd.h>
7
+#include <time.h>
8
#include <sys/stat.h>
9
#include <sys/time.h>
10
#include <dirent.h>
11
12
// Called to get the TrueType font summary from the disk font catalog.
13
//
14
15
-// Solaris is missing a prototype for ctime
16
-extern "C" {char *ctime(const time_t *timep);}
17
-
18
#include <ft2build.h>
19
#include FT_GLYPH_H
20
#include FT_FREETYPE_H
21