Fix debug builds.

This commit is contained in:
Tyler Stachecki 2014-11-05 19:22:40 -05:00
parent 16a7c434da
commit e4da36ef72

View file

@ -9,6 +9,7 @@
#ifndef __common_debug_h__
#define __common_debug_h__
#include "common.h"
#ifndef NDEBUG
cen64_cold int debug(const char *fmt, ...);