changeset 34438 | b90e8da190da |
parent 32369 | 3b88a7fa97d8 |
child 36055 | b4fdc6177b29 |
--- a/mercurial/cext/bdiff.c Mon Oct 02 19:02:43 2017 +0100 +++ b/mercurial/cext/bdiff.c Mon Oct 02 19:06:00 2017 +0100 @@ -11,9 +11,9 @@ #define PY_SSIZE_T_CLEAN #include <Python.h> +#include <limits.h> #include <stdlib.h> #include <string.h> -#include <limits.h> #include "bdiff.h" #include "bitmanipulation.h"