Fix building errors.c.

git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@50 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
aeb 2001-01-19 01:19:04 +00:00
parent e6015ce5e9
commit 90502a21ba
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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)
{