summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fileblocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileblocks.c b/lib/fileblocks.c
index 83ac04fd6..e85bf17bc 100644
--- a/lib/fileblocks.c
+++ b/lib/fileblocks.c
@@ -21,7 +21,7 @@
#include <config.h>
#endif
-#if !defined (HAVE_ST_BLOCKS) && !defined(_POSIX_SOURCE)
+#if !defined (HAVE_ST_BLOCKS) && !defined(_POSIX_VERSION)
#include <sys/types.h>
#include <sys/param.h>