diff options
Diffstat (limited to 'util/timed-average.c')
-rw-r--r-- | util/timed-average.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/timed-average.c b/util/timed-average.c index a2dfb4834d..2eef9cbb19 100644 --- a/util/timed-average.c +++ b/util/timed-average.c @@ -22,7 +22,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <string.h> +#include "qemu/osdep.h" #include "qemu/timed-average.h" |