summaryrefslogtreecommitdiffstats
path: root/src/polypcore/props.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/props.c')
-rw-r--r--src/polypcore/props.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/polypcore/props.c b/src/polypcore/props.c
index df748c1e..96cdc4f2 100644
--- a/src/polypcore/props.c
+++ b/src/polypcore/props.c
@@ -21,9 +21,10 @@
#include <assert.h>
-#include "xmalloc.h"
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "props.h"
-#include "log.h"
typedef struct pa_property {
char *name; /* Points to memory allocated by the property subsystem */