x11/bbdock: #include <cstring>
This is fallout from png upgrade. Modern GCC needs <cstring> for several functions, although clang seems to be happy without it.
This commit is contained in:
parent
9e013b1b57
commit
a98bc0e1c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376149
10
x11/bbdock/files/patch-src_Dock.cc
Normal file
10
x11/bbdock/files/patch-src_Dock.cc
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/Dock.cc.orig 2011-03-29 19:48:36 UTC
|
||||
+++ src/Dock.cc
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <iostream>
|
||||
+#include <cstring>
|
||||
#include <string>
|
||||
|
||||
#include "Dock.hh"
|
Loading…
Reference in New Issue
Block a user