Skip to content

Commit 7415d89

Browse files
committed
bus/iec.cpp needs to include "fuji.h"
1 parent c46ca95 commit 7415d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bus/iec/iec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifdef BUILD_IEC
22

33
#include "iec.h"
4-
#include "../../device/iec/iecFuji.h"
4+
#include "fuji.h"
55

66
#include <cstring>
77
#include <memory>

0 commit comments

Comments
 (0)