mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:32:04 -04:00
Merge branch '1530-lib-dns-gen-c-29-26-fatal-error-isc-platform-h-no-such-file-or-directory-v9_14' into 'v9_14'
Resolve "lib/dns/gen.c:29:26: fatal error: isc/platform.h: No such file or directory" See merge request isc-projects/bind9!2793
This commit is contained in:
commit
e5875ec558
1 changed files with 5 additions and 5 deletions
|
|
@ -26,18 +26,18 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <isc/platform.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 1024
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include "gen-win32.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue