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

This commit is contained in:
Felipe Pena 2009-06-17 16:19:48 +00:00
parent 1217eab950
commit a26dc7bd50

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>
#endif
#ifndef UINT32_MAX
# define UINT32_MAX (0xffffffff)
#endif
#include <string.h>
#include <time.h>
#include <ctype.h>