mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 04:10:06 +00:00
Merge pull request #108 from KorigamiK/master
fix error: ‘fd_set’ has not been declared
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
#ifndef __PSPHTTP_H__
|
#ifndef __PSPHTTP_H__
|
||||||
#define __PSPHTTP_H__
|
#define __PSPHTTP_H__
|
||||||
|
|
||||||
|
#include <pspkerneltypes.h>
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <sys/select.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This struct is needed because tv_sec size is different from what newlib expect
|
* This struct is needed because tv_sec size is different from what newlib expect
|
||||||
|
|||||||
Reference in New Issue
Block a user