summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/spl_directory.h')
-rwxr-xr-xext/spl/spl_directory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h
index bffa0f3686..eecfbe1f68 100755
--- a/ext/spl/spl_directory.h
+++ b/ext/spl/spl_directory.h
@@ -65,6 +65,7 @@ struct _spl_filesystem_object {
spl_other_handler *oth_handler;
char *_path;
int _path_len;
+ char *orig_path;
char *file_name;
int file_name_len;
SPL_FS_OBJ_TYPE type;