void-packages/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch
2020-01-21 16:13:24 +01:00

8 lines
194 B
Diff

--- src/modules/network.cpp
+++ src/modules/network.cpp
@@ -2,6 +2,7 @@
#include <spdlog/spdlog.h>
#include <sys/eventfd.h>
#include <fstream>
+#include <cassert>
#include "util/format.hpp"