summaryrefslogtreecommitdiffstats
path: root/src/polypcore/authkey.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-05-18 07:04:41 +0000
committerPierre Ossman <ossman@cendio.se>2006-05-18 07:04:41 +0000
commit24a781992bad4d66bb7bc3a2d1deeba7e959dbb1 (patch)
treeca1e40e4e900d5b9b1502372f5132eff38738ee9 /src/polypcore/authkey.c
parent3ee205141280ff4246f9fe40521f666b6d598fc5 (diff)
Don't include util.h from core-util.h as it is not needed by many users.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@929 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polypcore/authkey.c')
-rw-r--r--src/polypcore/authkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polypcore/authkey.c b/src/polypcore/authkey.c
index 1231c7a2..aee54fd4 100644
--- a/src/polypcore/authkey.c
+++ b/src/polypcore/authkey.c
@@ -35,6 +35,7 @@
#include <limits.h>
#include <sys/stat.h>
+#include <polyp/util.h>
#include <polypcore/core-util.h>
#include <polypcore/log.h>
#include <polypcore/random.h>