Index: uspace/lib/hound/include/hound/protocol.h
===================================================================
--- uspace/lib/hound/include/hound/protocol.h	(revision 62beb4b057606f366113b0d1e85f082330798ec6)
+++ uspace/lib/hound/include/hound/protocol.h	(revision 39c4d1fcc4ef3db6fd729c7933a9c29213dab92d)
@@ -38,4 +38,5 @@
 
 #include <async.h>
+#include <errno.h>
 #include <pcm/format.h>
 
@@ -55,5 +56,5 @@
 
 typedef async_sess_t hound_sess_t;
-typedef int hound_context_id_t;
+typedef intptr_t hound_context_id_t;
 
 static inline int hound_context_id_err(hound_context_id_t id)
