From: liwenjun <liwenjun@kylinos.cn>
Date: Sat, 7 Jun 2025 16:29:01 +0800
Subject: <short summary of the patch>

TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

liburcu (0.14.0-ok3) nile; urgency=medium

  * Add lost include for loong64.
---
 include/urcu/uatomic.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/urcu/uatomic.h b/include/urcu/uatomic.h
index ee365f5..b639184 100644
--- a/include/urcu/uatomic.h
+++ b/include/urcu/uatomic.h
@@ -51,6 +51,8 @@
 #include <urcu/uatomic/m68k.h>
 #elif defined(URCU_ARCH_RISCV)
 #include <urcu/uatomic/riscv.h>
+#elif defined(URCU_ARCH_LOONGARCH)
+#include <urcu/uatomic/loongarch.h>
 #elif defined(URCU_ARCH_SUPERH)
 #include <urcu/uatomic/superh.h>
 #else
