[Updated] D9804: cext: fix compiler error in revlog.c on Windows with py2
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Sun Jan 17 18:45:14 UTC 2021
Closed by commit rHGd0225a22040c: cext: fix compiler error in revlog.c on Windows with py2 (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9804?vs=25027&id=25081
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9804/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9804
AFFECTED FILES
mercurial/cext/revlog.c
CHANGE DETAILS
diff --git a/mercurial/cext/revlog.c b/mercurial/cext/revlog.c
--- a/mercurial/cext/revlog.c
+++ b/mercurial/cext/revlog.c
@@ -13,10 +13,10 @@
#include <ctype.h>
#include <limits.h>
#include <stddef.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include "compat.h"
#include "bitmanipulation.h"
#include "charencode.h"
#include "revlog.h"
To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210117/ba67756f/attachment-0002.html>
More information about the Mercurial-patches
mailing list