Skip to content
Snippets Groups Projects
Commit c1c1f7e3 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Check HAVE_STDLIB_H.

parent 06691b7e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@
*/
#include <stdio.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <stddef.h>
#include "isc.h"
#include "intern.h"
......
......@@ -9,7 +9,9 @@
*/
#include <errno.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <stddef.h>
#include <sys/file.h>
#include "isc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment