[common] add include for abort to debug.h

This commit is contained in:
Geoffrey McRae
2019-11-05 00:20:05 +11:00
parent 75cea21cfc
commit d5f409b02e
2 changed files with 38 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
#include <stdlib.h>
#if defined(_WIN32) && !defined(__GNUC__)
#define DIRECTORY_SEPARATOR '\\'