Index: src/tier3/xmlrpcinterface/xmlrpc++/XmlRpcServer.h
===================================================================
--- src/tier3/xmlrpcinterface/xmlrpc++/XmlRpcServer.h   (revision 7473)
+++ src/tier3/xmlrpcinterface/xmlrpc++/XmlRpcServer.h   (revision 7475)
@@ -17,6 +17,7 @@
 #ifndef MAKEDEPEND
 # include <map>
 # include <string>
+#include <cstdio>
 #endif

 #include "XmlRpcDispatch.h"
Index: src/common/OverlayKey.h
===================================================================
--- src/common/OverlayKey.h     (revision 7473)
+++ src/common/OverlayKey.h     (revision 7475)
@@ -25,7 +25,7 @@
 #define __OVERLAYKEY_H_

 #include <gmp.h>
-#include <sys/types.h>
+#include <stdint.h>

 class BinaryValue;
 class OverlayKeyBit;
