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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h
index ce047bb177..31b727ee4f 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -1 +1,7 @@
+#ifndef	_GLOB_H
 #include <posix/glob.h>
+
+/* Now define the internal interfaces.  */
+extern int __glob_pattern_p __P ((__const char *__pattern, int __quote));
+
+#endif