diff options
Diffstat (limited to 'src/internal/slibtool_mkdir_impl.h')
-rw-r--r-- | src/internal/slibtool_mkdir_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal/slibtool_mkdir_impl.h b/src/internal/slibtool_mkdir_impl.h index 4cb3a27..5fb8895 100644 --- a/src/internal/slibtool_mkdir_impl.h +++ b/src/internal/slibtool_mkdir_impl.h @@ -4,6 +4,9 @@ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ +#ifndef SLIBTOOL_MKDIR_IMPL_H +#define SLIBTOOL_MKDIR_IMPL_H + #include <errno.h> #include <unistd.h> @@ -23,3 +26,5 @@ static inline int slbt_mkdir(const char * path) return 0; } + +#endif |