- MFH: Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)

This commit is contained in:
Felipe Pena 2009-06-17 16:20:04 +00:00
parent 3e58e86d01
commit 219c2603bb

View File

@ -47,6 +47,10 @@ FILE_RCSID("@(#)$File: cdf.c,v 1.17 2009/02/03 20:27:51 christos Exp $")
#include <unistd.h> #include <unistd.h>
#endif #endif
#ifndef UINT32_MAX
# define UINT32_MAX (0xffffffff)
#endif
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <ctype.h> #include <ctype.h>