From 5b80ac3bd83483cf937b13b222b55a0980ffdc39 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 10 Jun 2009 10:06:37 +0200 Subject: abrt can take reporter's configuration file from reporting users's $HOME/.abrt/ directory --- src/TUI/ABRTSocket.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/TUI/ABRTSocket.cpp') diff --git a/src/TUI/ABRTSocket.cpp b/src/TUI/ABRTSocket.cpp index dac690a..a699bbd 100644 --- a/src/TUI/ABRTSocket.cpp +++ b/src/TUI/ABRTSocket.cpp @@ -1,6 +1,6 @@ #include "ABRTSocket.h" #include "ABRTException.h" -#include "SocketCrashTypes.h" +#include "CrashTypesSocket.h" #include #include @@ -16,7 +16,7 @@ CABRTSocket::~CABRTSocket() { DisConnect(); } -#include + void CABRTSocket::Send(const std::string& pMessage) { int ret = 0; -- cgit