fix missing types

This commit is contained in:
OrigamiK
2023-01-02 14:51:49 +05:30
committed by GitHub
parent 4d72d92023
commit 21bcd65dda

View File

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