summaryrefslogtreecommitdiff
path: root/include/qemu/seqlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/seqlock.h')
-rw-r--r--include/qemu/seqlock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qemu/seqlock.h b/include/qemu/seqlock.h
index 18eb3fda9d..2e2be4c4f0 100644
--- a/include/qemu/seqlock.h
+++ b/include/qemu/seqlock.h
@@ -10,8 +10,9 @@
* 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"