Include missing header.

This commit is contained in:
Guus Sliepen 2009-10-18 14:22:20 +02:00
parent c7fdc7d5b8
commit 87364c1656

View file

@ -34,6 +34,7 @@ void *realloc ();
void free ();
#endif
#include "dropin.h"
#include "xalloc.h"
#ifndef EXIT_FAILURE