daemon: Fix compiler warning about missing function prototype
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 18 Aug 2011 07:02:48 +0000 (12:32 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 18 Aug 2011 07:15:55 +0000 (12:45 +0530)
src/daemon/main.c

index c620842..e7e5238 100644 (file)
@@ -72,6 +72,7 @@
 #include <pulsecore/socket.h>
 #include <pulsecore/core-error.h>
 #include <pulsecore/core-rtclock.h>
+#include <pulsecore/core-scache.h>
 #include <pulsecore/core.h>
 #include <pulsecore/module.h>
 #include <pulsecore/cli-command.h>