]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix references to bundled stdatomic.h
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Jul 2018 21:20:00 +0000 (17:20 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Jul 2018 21:20:00 +0000 (17:20 -0400)
src/lib/io/atomic_queue.c
src/lib/server/connection.c

index 6be0855b490b2276ace545c15f3f4c62ca314196..0cbbcda077838da21fa30253570fc2d012ca1a36 100644 (file)
@@ -34,7 +34,7 @@ RCSID("$Id$")
 #ifdef HAVE_STDATOMIC_H
 #  include <stdatomic.h>
 #else
-#  include <freeradius-devel/stdatomic.h>
+#  include <freeradius-devel/util/stdatomic.h>
 #endif
 
 #include <freeradius-devel/io/atomic_queue.h>
index 5b947896a98b669946648f597a3762bf5796ad52..468b9b9023d0efeccd58288469a510472a01c08f 100644 (file)
@@ -28,7 +28,7 @@
 #ifdef HAVE_STDATOMIC_H
 #  include <stdatomic.h>
 #else
-#  include <freeradius-devel/stdatomic.h>
+#  include <freeradius-devel/util/stdatomic.h>
 #endif
 #include <talloc.h>
 #include <freeradius-devel/server/rad_assert.h>