[Mimedefang] Compile error on Tru64

David F. Skoll dfs at roaringpenguin.com
Tue Jul 8 15:15:01 EDT 2003


On Tue, 8 Jul 2003, Jim McCullars wrote:

> cc: Error: utils.c, line 971: Missing ";". (nosemi)
>         addr_in.sin_addr.s_addr = (uint32_t) htonl(INADDR_LOOPBACK);
> ---------------------------------------------^

Try putting:

	#include <stdint.h>

near the top of utils.c

Regards,

David.



More information about the MIMEDefang mailing list