summaryrefslogtreecommitdiff
path: root/chardev/char-ringbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'chardev/char-ringbuf.c')
-rw-r--r--chardev/char-ringbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/char-ringbuf.c b/chardev/char-ringbuf.c
index d130069e88..df52b04d22 100644
--- a/chardev/char-ringbuf.c
+++ b/chardev/char-ringbuf.c
@@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "qemu/osdep.h"
-#include "sysemu/char.h"
+#include "chardev/char.h"
#include "qmp-commands.h"
#include "qemu/base64.h"