- stupid typo.
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index cf12b87..c0b30f9 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -749,7 +749,7 @@
 #endif /* HAVE_FDATASYNC */
 
 
-#if HAVE_CHOWN
+#ifdef HAVE_CHOWN
 static char posix_chown__doc__[] =
 "chown(path, uid, gid) -> None\n\
 Change the owner and group id of path to the numeric uid and gid.";