Closed
Description
In the file 'vscp_evt_information.c' is:
#include "vscp_evt_information.h"
#include "vscp_core.h"
#include "vscp_class_l1.h"
#include "vscp_type_information.h"
, and should be:
#include "vscp_evt_information.h"
#include "../core/vscp_core.h"
#include "../core/vscp_class_l1.h"
#include "../core/vscp_type_information.h"