mercurial/mpatch.c
changeset 29444 284d742e5611
parent 28782 f736f98e16ca
child 29691 e9a0bcc9314d
--- a/mercurial/mpatch.c	Fri Jun 24 16:12:05 2016 +0100
+++ b/mercurial/mpatch.c	Mon Jun 06 13:08:13 2016 +0200
@@ -26,6 +26,7 @@
 #include <string.h>
 
 #include "util.h"
+#include "bitmanipulation.h"
 
 static char mpatch_doc[] = "Efficient binary patching.";
 static PyObject *mpatch_Error;