mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 11:31:56 +02:00
13 lines
295 B
Diff
13 lines
295 B
Diff
diff --git a/src/modules/network.cpp b/src/modules/network.cpp
|
|
index f9146c7..43f29f6 100644
|
|
--- a/src/modules/network.cpp
|
|
+++ b/src/modules/network.cpp
|
|
@@ -2,6 +2,7 @@
|
|
#include <spdlog/spdlog.h>
|
|
#include <sys/eventfd.h>
|
|
#include <fstream>
|
|
+#include <cassert>
|
|
#include "util/format.hpp"
|
|
|
|
|