diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-31 10:59:36 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-31 10:59:36 -0800 |
commit | 4cca0de78b08fac283390274521a7af83c7cf63a (patch) | |
tree | f90ef48f3cbfe9229d7238d359d9be5081a66aeb /system/include/sys/statvfs.h | |
parent | 986d21a21dc31040269c9ad8ce8b04a96f6d18ee (diff) |
header fixes for building python from source
Diffstat (limited to 'system/include/sys/statvfs.h')
-rw-r--r-- | system/include/sys/statvfs.h | 5 |
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 + |