diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-04-30 02:33:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-04-30 02:33:49 +0200 |
commit | d6964160d5606e6130b905ce9b86d55be5a00179 (patch) | |
tree | 2f11273aa3d4bb707deda3907359893a0bd2b41d /src | |
parent | 5326f5f3bdbba97b63f0b5ef4497e81e44cb9abc (diff) |
headers: minor cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/pulsecore/ipacl.h | 4 | ||||
-rw-r--r-- | src/pulsecore/parseaddr.h | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/pulsecore/ipacl.h b/src/pulsecore/ipacl.h index 7b7ffa61..a3661397 100644 --- a/src/pulsecore/ipacl.h +++ b/src/pulsecore/ipacl.h @@ -1,5 +1,5 @@ -#ifndef fooparseaddrhfoo -#define fooparseaddrhfoo +#ifndef foopulsecoreipaclhfoo +#define foopulsecoreipaclhfoo /*** This file is part of PulseAudio. 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, |