Index: uspace/lib/hound/include/hound/protocol.h
===================================================================
--- uspace/lib/hound/include/hound/protocol.h	(revision cc3c27ad65c204fa389a65354d811ea60d682915)
+++ uspace/lib/hound/include/hound/protocol.h	(revision fa60cd6916b124f0460287cd7ff7f3f27ad2813c)
@@ -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)
