diff options
Diffstat (limited to 'include/qemu/filemonitor.h')
-rw-r--r-- | include/qemu/filemonitor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qemu/filemonitor.h b/include/qemu/filemonitor.h index 64267d0..70e613d 100644 --- a/include/qemu/filemonitor.h +++ b/include/qemu/filemonitor.h @@ -18,8 +18,8 @@ * */ -#ifndef QEMU_FILE_MONITOR_H -#define QEMU_FILE_MONITOR_H +#ifndef QEMU_FILEMONITOR_H +#define QEMU_FILEMONITOR_H #include "qemu-common.h" @@ -125,4 +125,4 @@ void qemu_file_monitor_remove_watch(QFileMonitor *mon, const char *dirpath, int64_t id); -#endif /* QEMU_FILE_MONITOR_H */ +#endif /* QEMU_FILEMONITOR_H */ |