Signed-off-by: Cliff Spradlin <[email protected]>
Change-Id: If0fd08df74e1cf108978266cd77768df4b49fb1f
---
 designated_fsm.h | 3 +++
 servo_private.h  | 2 ++
 2 files changed, 5 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..8eda287 100644
--- a/servo_private.h
+++ b/servo_private.h
@@ -19,6 +19,8 @@
 #ifndef HAVE_SERVO_PRIVATE_H
 #define HAVE_SERVO_PRIVATE_H
 
+#include <stdint.h>
+
 #include "contain.h"
 
 struct servo {
-- 
2.19.1.568.g152ad8e336-goog



_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to