summaryrefslogtreecommitdiff
path: root/include/user/net
diff options
context:
space:
mode:
authorReiko Asakura2021-02-11 12:05:53 -0500
committerReiko Asakura2021-02-11 12:05:53 -0500
commitcedabc50f2df4926ae3039f225f0452ebe05176d (patch)
treee67bb62340f3cc027c92b41cf70a65d7e462ef5a /include/user/net
parentscePafResourceGetAttributeIdIntLpb: fix NID (diff)
downloadvds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz
Fix includes: various
Diffstat (limited to '')
-rw-r--r--include/user/net/net_syscalls.h2
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" {