mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 09:17:53 +00:00
6 lines
134 B
C
6 lines
134 B
C
|
#ifndef _RESOLV_H
|
||
|
#define _RESOLV_H
|
||
|
#include "third_party/musl/nameser.h"
|
||
|
#include "third_party/musl/resolv.h"
|
||
|
#endif /* _RESOLV_H */
|