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

Include stdio.h if we can't get NULL from somewhere else.

parent 4a6c212e
Branches
Tags
No related merge requests found
......@@ -26,6 +26,9 @@
# include <string.h>
#endif
#include <fcntl.h>
#ifndef NULL
# include <stdio.h>
#endif
#include "isc.h"
#include "intern.h"
......
......@@ -26,6 +26,9 @@
# include <string.h>
#endif
#include <fcntl.h>
#ifndef NULL
# include <stdio.h>
#endif
#include "isc.h"
#include "intern.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment