mercurial/mpatch.c
changeset 2543 860e9c83fc59
parent 2468 1ac0574f1768
child 2858 345bac2bc4ec
equal deleted inserted replaced
2542:a20877c8a3e2 2543:860e9c83fc59
    41 }
    41 }
    42 #else
    42 #else
    43 /* not windows */
    43 /* not windows */
    44 # include <sys/types.h>
    44 # include <sys/types.h>
    45 # include <arpa/inet.h>
    45 # include <arpa/inet.h>
    46 # include <stdint.h>
    46 # include <inttypes.h>
    47 #endif
    47 #endif
    48 
    48 
    49 static char mpatch_doc[] = "Efficient binary patching.";
    49 static char mpatch_doc[] = "Efficient binary patching.";
    50 static PyObject *mpatch_Error;
    50 static PyObject *mpatch_Error;
    51 
    51