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

This commit is contained in:
Mark Andrews 2019-12-23 07:37:13 +11:00
parent 39780ae54f
commit 7278f2529a

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