summaryrefslogtreecommitdiff
path: root/compiler.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-06 14:17:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-06 14:41:33 -0500
commit7b3f46b13dcf8bbc1e25194fad88af5ebbb9aed2 (patch)
tree560a345d7141dacd6b873b3d2655092708ef30e9 /compiler.h
parent527d0f52feb0f0d48967dbd7b7580cce18fbdbe7 (diff)
downloadgpsd-7b3f46b13dcf8bbc1e25194fad88af5ebbb9aed2.tar.gz
Header inclusion had a typo.
Diffstat (limited to 'compiler.h')
-rw-r--r--compiler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler.h b/compiler.h
index e37979f5..cd289786 100644
--- a/compiler.h
+++ b/compiler.h
@@ -31,9 +31,9 @@
assert(locresult != -23); \
} while (0)
-#ifdef HAVE_STDATOMIC
+#ifdef HAVE_STDATOMIC_H
#include <stdatomic.h>
-#endif /* HAVE_STDATOMIC */
+#endif /* HAVE_STDATOMIC_H */
static /*@unused@*/ inline void memory_barrier(void)
{