diff --git a/src/net/psphttp.h b/src/net/psphttp.h index 9667afec..af9a067f 100644 --- a/src/net/psphttp.h +++ b/src/net/psphttp.h @@ -13,6 +13,8 @@ #ifndef __PSPHTTP_H__ #define __PSPHTTP_H__ +#include + #if defined(__cplusplus) extern "C" { #endif diff --git a/src/net/pspnet_inet.h b/src/net/pspnet_inet.h index a4bb6a01..71605aa5 100644 --- a/src/net/pspnet_inet.h +++ b/src/net/pspnet_inet.h @@ -19,6 +19,7 @@ extern "C" { #endif #include +#include /** * This struct is needed because tv_sec size is different from what newlib expect