X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2Fpack.c;h=730dc9544d71c7bfcba933a27c63377a2b00b8d7;hb=0aab437dc560d2afa982e61cc2547756ad7b0761;hp=736085d396a125c4379869b03221849a8a6f2767;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Utils/pack.c b/Source/Utils/pack.c index 736085d..730dc95 100644 --- a/Source/Utils/pack.c +++ b/Source/Utils/pack.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 BinIOPackContext { uint8_t *buffer; va_list args;