]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include rename2.h
authorGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 11:31:04 +0000 (11:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 11:31:04 +0000 (11:31 +0000)
Python/getmtime.c

index f5de0faba568f92e35a52e3e500dc6435b48ebee..fde6a3b9c2232fcaefe26593e72971c2778cdfe1 100644 (file)
@@ -32,6 +32,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#include "rename2.h"
 
 long
 getmtime(path)