From d6cfa58dbc98e94b8ec25bc61aadbd3bfdbe19bc Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 24 Sep 2016 14:43:18 +0200 Subject: [PATCH] data. no longer required in mpsp --- src/mpsp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mpsp.c b/src/mpsp.c index 4b1cba663..6e1e09a95 100644 --- a/src/mpsp.c +++ b/src/mpsp.c @@ -9,6 +9,10 @@ #include "common.h" #include "types.h" +#include "memory.h" +#include "logging.h" +#include "convert.h" +#include "filehandling.h" #include "mpsp.h" const unsigned int full01 = 0x01010101;