includes without 'libiec61850' prefix wont compile installed versions of the library at '/usr/local/include/libiec61850'

This commit is contained in:
Steffen Vogel 2017-11-19 14:08:24 +01:00
parent dfd077c4c2
commit 694866cf02
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@
*/
#include "goose_receiver.h"
#include "goose_subscriber.h"
#include "hal_thread.h"
#include <stdlib.h>

View file

@ -24,18 +24,19 @@
#ifndef GOOSE_RECEIVER_H_
#define GOOSE_RECEIVER_H_
#include <goose_subscriber.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <stdbool.h>
/**
* \addtogroup goose_api_group
*/
/**@{*/
typedef struct sGooseSubscriber* GooseSubscriber;
typedef struct sGooseReceiver* GooseReceiver;