From e8215b7136465d4133e4107726c968c002f55fe5 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 23 Oct 2002 11:36:16 +0000 Subject: [PATCH] Added missing common.h include. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@200 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/ucb1400.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ucb1400.h b/include/ucb1400.h index 24b79a81..f8438df4 100644 --- a/include/ucb1400.h +++ b/include/ucb1400.h @@ -40,6 +40,8 @@ #ifndef UCB1400_H #define UCB1400_H +#include + #define UCB1400_IO_Data 0x5A /* see 12.11 in [1] */ #define UCB1400_IO_Direction 0x5C /* see 12.12 in [1] */ #define UCB1400_Positive_INT_Enable 0x5E /* see 12.13 in [1] */