diff options
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r-- | TSRM/tsrm_win32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 303e105203..ffed2d559e 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -102,4 +102,5 @@ TSRM_API void *shmat(int key, const void *shmaddr, int flags); TSRM_API int shmdt(const void *shmaddr); TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf); -#endif
\ No newline at end of file +TSRM_API char *realpath(char *orig_path, char *buffer); +#endif |