Fix warnings

This commit is contained in:
François Revol 2014-10-28 02:36:25 +01:00
parent cfedac792a
commit 11b807eaf7
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ __FBSDID("$FreeBSD: src/usr.sbin/fwcontrol/fwcontrol.c$");
#include "fwphyreg.h"
#include "iec68113.h"
#include <errno.h>
#include <strings.h>
#define EX_SOFTWARE 1
#define EX_IOERR 1
#else

View File

@ -54,6 +54,7 @@
#include <string.h>
#ifdef __HAIKU__
#include <stdint.h>
#include <strings.h>
#include <endian.h>
#include "firewire.h"
#include "iec68113.h"