]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
fix: Add missing include 742/head
authorBreuninger Matthias (ETAS-ICA/XPC-Fe3) <matthias.breuninger@etas.com>
Wed, 6 Aug 2025 09:24:55 +0000 (11:24 +0200)
committerBreuninger Matthias (ETAS-ICA/XPC-Fe3) <matthias.breuninger@etas.com>
Wed, 6 Aug 2025 09:24:55 +0000 (11:24 +0200)
src/lib/lldpctl.hpp

index bd1567bd6fd68b19151d02d087cb215e6dc70e38..5d21c5f1ead805b5c2d41b5db68eae3e19a1dd33 100644 (file)
@@ -16,6 +16,7 @@
 #include <functional>
 #include <thread>
 #include <mutex>
+#include <system_error>
 
 #include <lldpctl.h>
 
@@ -67,7 +68,7 @@
 namespace
 {
 /**
- * @brief LLDP error category. Don't use this class directly, intead, use @ref lldpcli::make_error_code.
+ * @brief LLDP error category. Don't use this class directly, instead, use @ref lldpcli::make_error_code.
  */
 class LldpErrCategory : public std::error_category {
 public: