Adding missing forward declaration.

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

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
This commit is contained in:
Richard Cochran 2012-08-02 06:29:03 +02:00
parent 247edc89d3
commit 2d2e38b3ba

2
port.h
View File

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