diff options
author | Brent Cook <busterb@gmail.com> | 2021-11-09 07:17:04 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-11-09 07:17:04 -0600 |
commit | c29f380d0c604efee33672172929c2e57554924f (patch) | |
tree | 954ac1f8cc8fa55a56f4b3116d4919f9653b7da2 /include/compat/resolv.h | |
parent | b3b087416cdfb8061a42a0a8e46455b9156074d0 (diff) | |
parent | fcf6c877881626ee2ac94fc77051c79e3f7ae7ce (diff) | |
download | portable-c29f380d0c604efee33672172929c2e57554924f.tar.gz portable-c29f380d0c604efee33672172929c2e57554924f.tar.bz2 portable-c29f380d0c604efee33672172929c2e57554924f.zip |
Land #689, support OSes with some non-POSIX headers
Diffstat (limited to 'include/compat/resolv.h')
-rw-r--r-- | include/compat/resolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compat/resolv.h b/include/compat/resolv.h index 42dec07..b804460 100644 --- a/include/compat/resolv.h +++ b/include/compat/resolv.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #else | 12 | #else |
13 | #include <../include/resolv.h> | 13 | #include <../include/resolv.h> |
14 | #endif | 14 | #endif |
15 | #else | 15 | #elif defined(HAVE_RESOLV_H) |
16 | #include_next <resolv.h> | 16 | #include_next <resolv.h> |
17 | #endif | 17 | #endif |
18 | 18 | ||