diff options
Diffstat (limited to 'tci.c')
| -rw-r--r-- | tci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tci.c b/tci.c index b5ed7b1f7a..7cbb39ed4b 100644 --- a/tci.c +++ b/tci.c @@ -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) |