mercurial/manifest.c
changeset 24441 e2ed40f0eb2e
parent 24352 d6dbe4d1c9bc
child 24442 98042b0e19f9
--- a/mercurial/manifest.c	Fri Mar 13 18:28:11 2015 -0400
+++ b/mercurial/manifest.c	Wed Mar 25 14:13:11 2015 -0500
@@ -12,6 +12,8 @@
 #include <string.h>
 #include <stdlib.h>
 
+#include "util.h"
+
 /* VC9 doesn't include bool and lacks stdbool.h based on my searching */
 #ifdef _MSC_VER
 #define true 1