X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2Funpack.c;h=991d897bc37cf77e52345a465ac99fb7c1e6f48e;hb=8f372db25c010303cc25868b48cb5c0d0a540067;hp=fbcce3879b48f860cbcb89ef7f083221fcf5bead;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Utils/unpack.c b/Source/Utils/unpack.c index fbcce38..991d897 100644 --- a/Source/Utils/unpack.c +++ b/Source/Utils/unpack.c @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -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;