mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
tab: add missing cstring include
This commit is contained in:
parent
71a4735a47
commit
45d0bd57b1
1 changed files with 10 additions and 0 deletions
10
srcpkgs/tab/patches/fix-missing-cstring-include.patch
Normal file
10
srcpkgs/tab/patches/fix-missing-cstring-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/deps.h
|
||||||
|
+++ b/deps.h
|
||||||
|
@@ -16,6 +16,7 @@
|
||||||
|
#include <utility>
|
||||||
|
#include <algorithm>
|
||||||
|
#include <random>
|
||||||
|
+#include <cstring>
|
||||||
|
|
||||||
|
#include <regex>
|
||||||
|
|
Loading…
Add table
Reference in a new issue