]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Trace module initialization and cleanup.
[wxWidgets.git] / src / unix / utilsunx.cpp
index 4d670f4ea0ef2ddfac9726f33f3c006b6279eb2e..b9e17c0c145fdbb4d4ebc4c51123678085f1fae2 100644 (file)
     #endif // __BSD__/!__BSD__
 
     #define wxStatfs statfs
+
+    #ifndef HAVE_STATFS_DECL
+        // some systems lack statfs() prototype in the system headers (AIX 4)
+        extern "C" int statfs(const char *path, struct statfs *buf);
+    #endif
 #endif // HAVE_STATFS
 
 #ifdef HAVE_STATVFS