aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/statvfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/sys/statvfs.h')
-rw-r--r--system/include/sys/statvfs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/include/sys/statvfs.h b/system/include/sys/statvfs.h
index 9b7490b5..cf0a8c96 100644
--- a/system/include/sys/statvfs.h
+++ b/system/include/sys/statvfs.h
@@ -1,4 +1,7 @@
+#ifndef _SYS_STATVFS_H
+#define _SYS_STATVFS_H
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -23,3 +26,5 @@ int statvfs(char *path, struct statvfs *s);
}
#endif
+#endif
+