Include missing headers.
Signed-off-by: Cliff Spradlin <cspradlin@google.com> Change-Id: If0fd08df74e1cf108978266cd77768df4b49fb1fmaster
parent
2c3a501fc3
commit
e27cc2d8a8
|
@ -19,6 +19,9 @@
|
||||||
*/
|
*/
|
||||||
#ifndef HAVE_DESIGNATED_FSM_H
|
#ifndef HAVE_DESIGNATED_FSM_H
|
||||||
#define 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.
|
* Run the state machine for a clock which is designated as master port.
|
||||||
* @param state The current state of the port.
|
* @param state The current state of the port.
|
||||||
|
|
|
@ -19,7 +19,10 @@
|
||||||
#ifndef HAVE_SERVO_PRIVATE_H
|
#ifndef HAVE_SERVO_PRIVATE_H
|
||||||
#define HAVE_SERVO_PRIVATE_H
|
#define HAVE_SERVO_PRIVATE_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "contain.h"
|
#include "contain.h"
|
||||||
|
#include "servo.h"
|
||||||
|
|
||||||
struct servo {
|
struct servo {
|
||||||
double max_frequency;
|
double max_frequency;
|
||||||
|
|
Loading…
Reference in New Issue