]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <stdlib.h>
authorBrian Wellington <source@isc.org>
Tue, 27 Mar 2001 01:37:06 +0000 (01:37 +0000)
committerBrian Wellington <source@isc.org>
Tue, 27 Mar 2001 01:37:06 +0000 (01:37 +0000)
(already fixed on mainline)

lib/isc/unix/app.c

index 40a82e16040aee1a954ee193d9e1eeb33e123f95..efc1c66143d0f7c221c0c8b70671aeebc19fe1e1 100644 (file)
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: app.c,v 1.36.2.4 2001/03/21 00:26:27 gson Exp $ */
+/* $Id: app.c,v 1.36.2.5 2001/03/27 01:37:06 bwelling Exp $ */
 
 #include <config.h>
 
 #include <sys/types.h>
 
 #include <stddef.h>
+#include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
 #include <signal.h>