librfc822/test.c: fix build with gcc 4.4.0.

This commit is contained in:
Peter Simons 2009-07-19 22:24:51 +02:00
parent 3e19c55fcd
commit 7e843fe0f5

View File

@ -18,6 +18,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#ifdef DEBUG_DMALLOC #ifdef DEBUG_DMALLOC
# include <dmalloc.h> # include <dmalloc.h>
#endif #endif