From 2d2e38b3ba38beb16be3d5f62010e1045936a62e Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Thu, 2 Aug 2012 06:29:03 +0200 Subject: [PATCH] Adding missing forward declaration. Including port.h without clock.h produces a compilation error. Signed-off-by: Richard Cochran --- port.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/port.h b/port.h index c64723a..bc9c3df 100644 --- a/port.h +++ b/port.h @@ -25,6 +25,8 @@ #include "fsm.h" #include "transport.h" +struct clock; /*forward declaration*/ + /** Opaque type. */ struct port;