Backed out changeset 1952bbad86fb, committed too much.
diff --git a/regress/modify.c b/regress/modify.c
index 3926460..3fb8eda 100644
--- a/regress/modify.c
+++ b/regress/modify.c
@@ -40,7 +40,7 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#include <zipconf.h>
+#include <inttypes.h>
 #ifdef _WIN32
 /* WIN32 needs <fcntl.h> for _O_BINARY */
 #include <fcntl.h>
@@ -51,7 +51,6 @@
 #endif
 
 #include "zip.h"
-#include "compat.h"
 
 zip_source_t *source_hole_create(const char *, int flags, zip_error_t *);