diff options
| author | 2007-04-03 22:10:39 -0400 | |
|---|---|---|
| committer | 2007-04-03 22:15:54 -0400 | |
| commit | d9fd708f825d1781ff10f4fa8097b2794c2d0683 (patch) | |
| tree | 05ad6021be2f9e3bc14db83619783810a70f78ef /juju/raw1394.c | |
| parent | Implement raw1394_iso_xmit_sync(), remove debug code. (diff) | |
Fix warnings.
Diffstat (limited to '')
| -rw-r--r-- | juju/raw1394.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juju/raw1394.c b/juju/raw1394.c index fd5756d..56bd104 100644 --- a/juju/raw1394.c +++ b/juju/raw1394.c @@ -29,6 +29,7 @@ #include <unistd.h> #include <fcntl.h> #include <errno.h> +#include <arpa/inet.h> /* for ntohl and htonl */ #include "juju.h" |
