summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/parseaddr.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-30 02:33:49 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-30 02:33:49 +0200
commitd6964160d5606e6130b905ce9b86d55be5a00179 (patch)
tree2f11273aa3d4bb707deda3907359893a0bd2b41d /src/pulsecore/parseaddr.h
parent5326f5f3bdbba97b63f0b5ef4497e81e44cb9abc (diff)
headers: minor cleanups
Diffstat (limited to 'src/pulsecore/parseaddr.h')
-rw-r--r--src/pulsecore/parseaddr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pulsecore/parseaddr.h b/src/pulsecore/parseaddr.h
index 0728b5ee..a1071b0a 100644
--- a/src/pulsecore/parseaddr.h
+++ b/src/pulsecore/parseaddr.h
@@ -1,5 +1,5 @@
-#ifndef fooparseaddrhfoo
-#define fooparseaddrhfoo
+#ifndef foopulsecoreparseaddrhfoo
+#define foopulsecoreparseaddrhfoo
/***
This file is part of PulseAudio.
@@ -24,6 +24,8 @@
#include <inttypes.h>
+#include <pulsecore/macro.h>
+
typedef enum pa_parsed_address_type {
PA_PARSED_ADDRESS_UNIX,
PA_PARSED_ADDRESS_TCP4,