Include missing headers.

Signed-off-by: Cliff Spradlin <cspradlin@google.com>
Change-Id: If0fd08df74e1cf108978266cd77768df4b49fb1f
master
Cliff Spradlin via Linuxptp-devel 2018-10-30 14:38:54 -07:00 committed by Richard Cochran
parent 2c3a501fc3
commit e27cc2d8a8
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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;