From 5317a1aa3ff4b2cac7756ce7bf6361399d910bcc Mon Sep 17 00:00:00 2001 From: leslie Date: Tue, 1 Jan 2008 14:25:44 +0100 Subject: [PATCH] improve fix for alloca include --- misc.h | 2 ++ system-common.c | 1 - systems/cardclient/camd.c | 1 - systems/irdeto/irdeto.c | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/misc.h b/misc.h index b02fd39..dc5868f 100644 --- a/misc.h +++ b/misc.h @@ -20,6 +20,8 @@ #ifndef ___MISC_H #define ___MISC_H +#include + // ---------------------------------------------------------------- #define WORD(buffer,index,mask) (((buffer[(index)]<<8) + buffer[(index)+1]) & mask) diff --git a/system-common.c b/system-common.c index 8830b63..eec12fe 100644 --- a/system-common.c +++ b/system-common.c @@ -18,7 +18,6 @@ */ #include -#include #include #include #include diff --git a/systems/cardclient/camd.c b/systems/cardclient/camd.c index 72e4d1b..7d5c096 100644 --- a/systems/cardclient/camd.c +++ b/systems/cardclient/camd.c @@ -18,7 +18,6 @@ */ #include -#include #include #include diff --git a/systems/irdeto/irdeto.c b/systems/irdeto/irdeto.c index 44860a6..9f18073 100644 --- a/systems/irdeto/irdeto.c +++ b/systems/irdeto/irdeto.c @@ -18,7 +18,6 @@ */ #include -#include #include #include "system-common.h" -- 2.39.5