diff options
Diffstat (limited to 'tci.c')
-rw-r--r-- | tci.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" +#include "qemu/osdep.h" /* Defining NDEBUG disables assertions (which makes the code faster). */ #if !defined(CONFIG_DEBUG_TCG) && !defined(NDEBUG) |