diff options
| author | 2001-01-19 01:19:04 +0000 | |
|---|---|---|
| committer | 2001-01-19 01:19:04 +0000 | |
| commit | 90502a21ba57e221f610f6a6c2007310c5fec458 (patch) | |
| tree | 82a51a693d2a42d2b342416e09c75453f4f09370 | |
| parent | First implementation of new error reporting API. (diff) | |
Fix building errors.c.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@50 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
| -rw-r--r-- | src/Makefile.am | 1 | ||||
| -rw-r--r-- | src/errors.c | 1 |
2 files changed, 2 insertions, 0 deletions
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) { |
