Signed-off-by: Cliff Spradlin <[email protected]>
Change-Id: If0fd08df74e1cf108978266cd77768df4b49fb1f
---
Adds one extra missing header. I use a tool that reports when header
files are not individually compilable, which caught these missing
headers.
designated_fsm.h | 3 +++
servo_private.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/designated_fsm.h b/designated_fsm.h
index b1c0eae..8ffa1a3 100644
--- a/designated_fsm.h
+++ b/designated_fsm.h
@@ -19,6 +19,9 @@
*/
#ifndef HAVE_DESIGNATED_FSM_H
#define HAVE_DESIGNATED_FSM_H
+
+#include "fsm.h"
+
/**
* Run the state machine for a clock which is designated as master port.
* @param state The current state of the port.
diff --git a/servo_private.h b/servo_private.h
index b8c3c98..1c5cfdf 100644
--- a/servo_private.h
+++ b/servo_private.h
@@ -19,7 +19,10 @@
#ifndef HAVE_SERVO_PRIVATE_H
#define HAVE_SERVO_PRIVATE_H
+#include <stdint.h>
+
#include "contain.h"
+#include "servo.h"
struct servo {
double max_frequency;
--
2.19.1.568.g152ad8e336-goog
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel