summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-08-14 15:28:24 +0200
committerChristian Linke <christian.linke@bmw.de>2013-08-14 15:28:24 +0200
commitfcf1a9be599b2bf3f956a1b52389b41dc2f29a85 (patch)
tree9f4e24b4425969a530902a51f19960414dc76679 /AudioManagerDaemon/src
parent2b06ee2a8d4b20c05f5f25b7357cae765ec864a8 (diff)
downloadaudiomanager-fcf1a9be599b2bf3f956a1b52389b41dc2f29a85.tar.gz
make AM compile with newer libstd
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/src')
-rw-r--r--AudioManagerDaemon/src/CAmSocketHandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/AudioManagerDaemon/src/CAmSocketHandler.cpp b/AudioManagerDaemon/src/CAmSocketHandler.cpp
index 4edfbba..455cb32 100644
--- a/AudioManagerDaemon/src/CAmSocketHandler.cpp
+++ b/AudioManagerDaemon/src/CAmSocketHandler.cpp
@@ -29,6 +29,7 @@
#include <algorithm>
#include <features.h>
#include <csignal>
+#include <unistd.h>
#include "shared/CAmDltWrapper.h"
namespace am