diff options
Diffstat (limited to 'include/user/net/net_syscalls.h')
-rw-r--r-- | include/user/net/net_syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h index 9752be9..61b580c 100644 --- a/include/user/net/net_syscalls.h +++ b/include/user/net/net_syscalls.h @@ -1,7 +1,7 @@ #ifndef _PSP2_NET_NET_SYSCALLS_H_ #define _PSP2_NET_NET_SYSCALLS_H_ -#include <psp2/net/net.h> +#include <net.h> #ifdef __cplusplus extern "C" { |