X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2Funpack.c;h=5a31c91921b712e500c864aea02ac0c05447d551;hb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;hp=fbcce3879b48f860cbcb89ef7f083221fcf5bead;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Utils/unpack.c b/Source/Utils/unpack.c index fbcce38..5a31c91 100644 --- a/Source/Utils/unpack.c +++ b/Source/Utils/unpack.c @@ -18,11 +18,11 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include - #include "binio.h" #include "private.h" +#include + struct BinIOUnpackContext { const uint8_t *data; va_list args;