- remove need for 3rdParty include reference, libcoredump now can be built-from-scratch and installed as lib and -dev headers

This commit is contained in:
Michael Iedema 2014-03-31 11:30:56 +02:00
parent 74ab41ae30
commit 7f33081522
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <google/coredumper.h>
#include "coredumper.h"
#include "UnixSignal.h"
#include "Logger.h"