mercurial/cext/manifest.c
changeset 34438 b90e8da190da
parent 33758 0f4ac3b6dee4
child 34440 7ed0750c71a1
--- a/mercurial/cext/manifest.c	Mon Oct 02 19:02:43 2017 +0100
+++ b/mercurial/cext/manifest.c	Mon Oct 02 19:06:00 2017 +0100
@@ -9,8 +9,8 @@
 #include <Python.h>
 
 #include <assert.h>
+#include <stdlib.h>
 #include <string.h>
-#include <stdlib.h>
 
 #include "charencode.h"
 #include "util.h"