From: leslie Date: Mon, 22 Aug 2011 16:25:12 +0000 (+0200) Subject: fix missing includes X-Git-Tag: upstream/620~38 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=344a178790d2f7b98ef94cdd0efc2f77bfa33ba8;p=sasc-ng.git fix missing includes --- diff --git a/cam.c b/cam.c index 6dfd60a..f119bcf 100644 --- a/cam.c +++ b/cam.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/device-hd.c b/device-hd.c index 0c70f6d..3469a8c 100644 --- a/device-hd.c +++ b/device-hd.c @@ -19,6 +19,7 @@ #include #include +#include #ifndef SASC diff --git a/device-sd.c b/device-sd.c index b4551da..9d6190f 100644 --- a/device-sd.c +++ b/device-sd.c @@ -19,6 +19,7 @@ #include #include +#include #ifndef SASC