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

pull/36/head
Steffen Vogel 8 years ago
parent dfd077c4c2
commit 694866cf02

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

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

Loading…
Cancel
Save