diff options
Diffstat (limited to 'include/user/compat.h')
-rw-r--r-- | include/user/compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/compat.h b/include/user/compat.h index 0f5832e..8b845ba 100644 --- a/include/user/compat.h +++ b/include/user/compat.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_COMPAT_H_ -#define _PSP2_COMPAT_H_ +#ifndef _VDSUITE_USER_COMPAT_H +#define _VDSUITE_USER_COMPAT_H #include <kernel/iofilemgr.h> #include <rtc.h> @@ -301,5 +301,5 @@ int sceCompatGetCurrentSecureTick(SceRtcTick *tick); } #endif -#endif /* _PSP2_COMPAT_H_ */ +#endif /* _VDSUITE_USER_COMPAT_H */ |