about summary refs log tree commit diff
path: root/include/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glob.h')
-rw-r--r--include/glob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h
index 9fbbaa65..76f6c1c6 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -39,6 +39,7 @@ void globfree(glob_t *);
 #if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)
 #define glob64 glob
 #define globfree64 globfree
+#define glob64_t glob_t
 #endif
 
 #ifdef __cplusplus