Don't define this unless necessary

This commit is contained in:
twinaphex 2018-06-25 21:52:24 +02:00
parent d967cbc879
commit 2ef56e906c

View file

@ -15,7 +15,10 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif
#include <stdint.h>
#include <stdlib.h>
#include <string.h>