diff options
Diffstat (limited to 'include/user/net/net_syscalls.h')
-rw-r--r-- | include/user/net/net_syscalls.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h index 9e9fc07..a1441cb 100644 --- a/include/user/net/net_syscalls.h +++ b/include/user/net/net_syscalls.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_NET_NET_SYSCALLS_H_ -#define _PSP2_NET_NET_SYSCALLS_H_ +#ifndef _VDSUITE_USER_NET_NET_SYSCALLS_H +#define _VDSUITE_USER_NET_NET_SYSCALLS_H #include <net.h> @@ -17,4 +17,4 @@ int sceNetSyscallConnect(int s, const SceNetSockaddr *name, unsigned int namelen } #endif -#endif /* _PSP2_NET_NET_SYSCALLS_H_ */ +#endif /* _VDSUITE_USER_NET_NET_SYSCALLS_H */ |