revert d10fbdec for lib/dns/gen.c as it is a build platform executable

(cherry picked from commit 7278f2529a)
This commit is contained in:
Mark Andrews 2019-12-23 07:37:13 +11:00
parent 19079bbec0
commit 171f2ab8d6

View file

@ -26,8 +26,6 @@
#include <sys/types.h>
#include <isc/platform.h>
#include <ctype.h>
#include <limits.h>
#include <stdint.h>
@ -39,6 +37,10 @@
#include <errno.h>
#include <limits.h>
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
#ifdef WIN32
#include "gen-win32.h"
#else