diff --git a/src/Makefile.am b/src/Makefile.am index c10cae5..531e0ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,7 @@ libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@ libraw1394_la_SOURCES = \ main.c \ eventloop.c \ + errors.c \ readwrite.c \ iso.c \ fcp.c \ diff --git a/src/errors.c b/src/errors.c index a81c0ea..8f5b5a4 100644 --- a/src/errors.c +++ b/src/errors.c @@ -14,6 +14,7 @@ #include "raw1394.h" #include "kernel-raw1394.h" #include "raw1394_private.h" +#include "ieee1394.h" raw1394_errcode_t raw1394_get_errcode(struct raw1394_handle *handle) {