mercurial/mpatch.c
changeset 29444 284d742e5611
parent 28782 f736f98e16ca
child 29691 e9a0bcc9314d
equal deleted inserted replaced
29443:cf092a3d202a 29444:284d742e5611
    24 #include <Python.h>
    24 #include <Python.h>
    25 #include <stdlib.h>
    25 #include <stdlib.h>
    26 #include <string.h>
    26 #include <string.h>
    27 
    27 
    28 #include "util.h"
    28 #include "util.h"
       
    29 #include "bitmanipulation.h"
    29 
    30 
    30 static char mpatch_doc[] = "Efficient binary patching.";
    31 static char mpatch_doc[] = "Efficient binary patching.";
    31 static PyObject *mpatch_Error;
    32 static PyObject *mpatch_Error;
    32 
    33 
    33 struct frag {
    34 struct frag {