Fix 32bit OSX builds (missing reference to bzero from Carbon.h)

This commit is contained in:
Robin Gareus
2021-06-29 05:22:57 +02:00
parent c32c31f215
commit a0f49fe5d0

View File

@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <vector>
#ifdef COMPILER_MSVC