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