From c9578df5020931f5c9560c948e80dec8769ac81a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 12 Jan 2008 23:51:45 +0000 Subject: explicitly include libintl.h for FreeBSD compat. Problem spotted by Romain Tartière MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///home/lennart/svn/public/paprefs/trunk@35 54a58c19-9419-0410-9bbb-d8fa3e5d54ff --- src/paprefs.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/paprefs.cc b/src/paprefs.cc index 55fd0b5..f93c945 100644 --- a/src/paprefs.cc +++ b/src/paprefs.cc @@ -28,6 +28,7 @@ #include #include #include +#include #define PA_GCONF_ROOT "/system/pulseaudio" #define PA_GCONF_PATH_MODULES PA_GCONF_ROOT"/modules" -- cgit