diff options
Diffstat (limited to 'include/kernel/net/net.h')
-rw-r--r-- | include/kernel/net/net.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/kernel/net/net.h b/include/kernel/net/net.h index 6378059..a15c7ea 100644 --- a/include/kernel/net/net.h +++ b/include/kernel/net/net.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_KERNEL_NET_NET_H_ -#define _PSP2_KERNEL_NET_NET_H_ +#ifndef _VDSUITE_KERNEL_NET_NET_H +#define _VDSUITE_KERNEL_NET_NET_H #ifdef __cplusplus extern "C" { @@ -562,4 +562,4 @@ int sceNetClose(int s); } #endif -#endif /* _PSP2_KERNEL_NET_NET_H_ */ +#endif /* _VDSUITE_KERNEL_NET_NET_H */ |