Update Blip_Buffer.c

This commit is contained in:
twinaphex 2016-08-10 06:10:45 +02:00
parent 5dce709130
commit 576d362963

View File

@ -8,6 +8,10 @@
#include <stdlib.h>
#include <math.h>
#ifndef ULLONG_MAX
#define ULLONG_MAX 18446744073709551615ULL
#endif
/* Copyright (C) 2003-2006 Shay Green. This module is free software; you
can redistribute it and/or modify it under the terms of the GNU Lesser
General Public License as published by the Free Software Foundation; either