diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-08-30 04:24:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-08-30 04:24:03 -0700 |
commit | e3096d90fd3e0ba8b62d2c6df4cfb24f08a0766c (patch) | |
tree | d7455161369f9b55e0a0d10cc9d7dabd86dadf2b /fc-lang/fc-lang.c | |
parent | 7ce196733129b0e664c1bdc20f973f15167292f7 (diff) |
Fix build problems caused by cache rework.
Pagesize no longer matters in architecture decisions, the entire cache file
is mmaped into the library. However, lots of intptr_t values are in use now,
so that value is important.
fc-lang now requires fcserialize.c, which has been added to the repository.
Diffstat (limited to 'fc-lang/fc-lang.c')
-rw-r--r-- | fc-lang/fc-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c index 631411d..324a0b2 100644 --- a/fc-lang/fc-lang.c +++ b/fc-lang/fc-lang.c @@ -25,6 +25,7 @@ #include "fcint.h" #include "fccharset.c" #include "fcstr.c" +#include "fcserialize.c" /* * fc-lang |