LocalTransportAgent: fixed compile error on MeeGo

AF_LOCAL was not found because the right header file
was not included explicitly.
This commit is contained in:
Patrick Ohly 2010-10-20 14:14:28 +02:00
parent 9eb544c0d6
commit 8244b41b34
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <syncevo/LogRedirect.h>
#include <stddef.h>
#include <sys/socket.h>
#include <syncevo/declarations.h>
SE_BEGIN_CXX