Merge pull request #108 from KorigamiK/master

fix error: ‘fd_set’ has not been declared
This commit is contained in:
Wouter Wijsman
2023-01-02 10:41:20 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
#ifndef __PSPHTTP_H__
#define __PSPHTTP_H__
#include <pspkerneltypes.h>
#if defined(__cplusplus)
extern "C" {
#endif

View File

@@ -19,6 +19,7 @@ extern "C" {
#endif
#include <sys/socket.h>
#include <sys/select.h>
/**
* This struct is needed because tv_sec size is different from what newlib expect