headers: minor cleanups
authorLennart Poettering <lennart@poettering.net>
Thu, 30 Apr 2009 00:33:49 +0000 (02:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 30 Apr 2009 00:33:49 +0000 (02:33 +0200)
src/pulsecore/ipacl.h
src/pulsecore/parseaddr.h

index 7b7ffa6..a366139 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef fooparseaddrhfoo
-#define fooparseaddrhfoo
+#ifndef foopulsecoreipaclhfoo
+#define foopulsecoreipaclhfoo
 
 /***
   This file is part of PulseAudio.
index 0728b5e..a1071b0 100644 (file)
@@ -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,