From c129d0ec952b4a9ca4ab2395a479ccc934593874 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Tue, 4 Dec 2012 14:36:01 +0100 Subject: [PATCH] pmc: fix missing include. Signed-off-by: Richard Cochran --- pmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pmc.c b/pmc.c index 4a1a148..e67c825 100644 --- a/pmc.c +++ b/pmc.c @@ -25,6 +25,7 @@ #include #include "ds.h" +#include "fsm.h" #include "msg.h" #include "print.h" #include "tlv.h"