]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tci.c
all: Clean up includes
[mirror_qemu.git] / tci.c
diff --git a/tci.c b/tci.c
index b5ed7b1f7acc48157f1effcd55c164fbe95de02b..7cbb39ed4b6a23ff21304da718cae6bfdb204026 100644 (file)
--- 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)