summaryrefslogtreecommitdiffstats
path: root/osdep/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/glob.h')
-rw-r--r--osdep/glob.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/osdep/glob.h b/osdep/glob.h
index d65dca4142..57a2d1f949 100644
--- a/osdep/glob.h
+++ b/osdep/glob.h
@@ -1,3 +1,6 @@
+#ifndef GLOB_H
+#define GLOB_H
+
#include "config.h"
typedef struct {
@@ -9,3 +12,5 @@ typedef struct {
void globfree(glob_t *pglob);
int glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob);
+
+#endif /* GLOB_H */