Adding missing forward declaration.

Including port.h without clock.h produces a compilation error.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-08-02 06:29:03 +02:00
parent 247edc89d3
commit 2d2e38b3ba
1 changed files with 2 additions and 0 deletions

2
port.h
View File

@ -25,6 +25,8 @@
#include "fsm.h"
#include "transport.h"
struct clock; /*forward declaration*/
/** Opaque type. */
struct port;