mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 11:46:58 -04:00
dns: implement GetHostByName redirection (backend TODO)
This commit is contained in:
parent
8bf8df43e2
commit
400f5142ee
20 changed files with 1251 additions and 5 deletions
|
@ -14,4 +14,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#include <stratosphere/socket/socket_types.hpp>
|
||||
#include <stratosphere/socket/socket_api.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue