setup.py
changeset 29444 284d742e5611
parent 29020 ee2e4a2c3690
child 29505 2dce3f96ad7b
--- a/setup.py	Fri Jun 24 16:12:05 2016 +0100
+++ b/setup.py	Mon Jun 06 13:08:13 2016 +0200
@@ -536,7 +536,9 @@
             'hgext.fsmonitor.pywatchman', 'hgext.highlight',
             'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd']
 
-common_depends = ['mercurial/util.h']
+common_depends = ['mercurial/bitmanipulation.h',
+                  'mercurial/compat.h',
+                  'mercurial/util.h']
 
 osutil_ldflags = []