void-packages/srcpkgs/wf-config/patches/fix-musl.patch

14 lines
236 B
Diff
Raw Normal View History

2019-02-10 22:22:48 +00:00
diff --git a/src/config.cpp b/src/config.cpp
index f586ab5..811ce29 100644
--- src/config.cpp
+++ src/config.cpp
@@ -4,6 +4,7 @@
#include <sstream>
#include <fstream>
#include <algorithm>
+#include <fcntl.h>
std::ofstream out;