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:
John Marino 2015-01-03 18:37:50 +00:00
parent 9e013b1b57
commit a98bc0e1c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376149

View 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"