summaryrefslogtreecommitdiffstats
path: root/include/qemu/seqlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/seqlock.h')
-rw-r--r--include/qemu/seqlock.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/qemu/seqlock.h b/include/qemu/seqlock.h
index 4dfc055353..2e2be4c4f0 100644
--- a/include/qemu/seqlock.h
+++ b/include/qemu/seqlock.h
@@ -10,11 +10,12 @@
* See the COPYING file in the top-level directory.
*
*/
+
#ifndef QEMU_SEQLOCK_H
-#define QEMU_SEQLOCK_H 1
+#define QEMU_SEQLOCK_H
-#include <qemu/atomic.h>
-#include <qemu/thread.h>
+#include "qemu/atomic.h"
+#include "qemu/thread.h"
typedef struct QemuSeqLock QemuSeqLock;