summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulsecore/random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/random.h b/src/pulsecore/random.h
index f809afec..b2bb3934 100644
--- a/src/pulsecore/random.h
+++ b/src/pulsecore/random.h
@@ -22,6 +22,8 @@
USA.
***/
+#include <sys/types.h>
+
void pa_random_seed(void);
void pa_random(void *ret_data, size_t length);