Index: uspace/lib/hound/Makefile
===================================================================
--- uspace/lib/hound/Makefile	(revision a9aae16e62a6d224ed168129b4de751cdac35a49)
+++ uspace/lib/hound/Makefile	(revision ea6c83870417e73e052e92cb12eed894e739dbca)
@@ -28,5 +28,5 @@
 
 USPACE_PREFIX = ../..
-EXTRA_CFLAGS = -Iinclude/hound
+EXTRA_CFLAGS = -Iinclude/hound -I$(LIBPCM_PREFIX)/include
 LIBRARY = libhound
 
Index: uspace/lib/hound/include/hound/client.h
===================================================================
--- uspace/lib/hound/include/hound/client.h	(revision a9aae16e62a6d224ed168129b4de751cdac35a49)
+++ uspace/lib/hound/include/hound/client.h	(revision ea6c83870417e73e052e92cb12eed894e739dbca)
@@ -39,5 +39,5 @@
 #include <async.h>
 #include <bool.h>
-#include <pcm_sample_format.h>
+#include <pcm/sample_format.h>
 
 #define DEFAULT_SINK "default"
Index: uspace/lib/hound/include/hound/server.h
===================================================================
--- uspace/lib/hound/include/hound/server.h	(revision a9aae16e62a6d224ed168129b4de751cdac35a49)
+++ uspace/lib/hound/include/hound/server.h	(revision ea6c83870417e73e052e92cb12eed894e739dbca)
@@ -40,5 +40,5 @@
 #include <bool.h>
 #include <loc.h>
-#include <pcm_sample_format.h>
+#include <pcm/sample_format.h>
 
 enum {
