mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
249 B
C++
13 lines
249 B
C++
$NetBSD: patch-client.cc,v 1.1 2011/11/25 22:20:59 joerg Exp $
|
|
|
|
--- client.cc.orig 2011-11-25 13:56:08.000000000 +0000
|
|
+++ client.cc
|
|
@@ -6,6 +6,7 @@
|
|
*/
|
|
|
|
#include "aewm.hh"
|
|
+#include <cstring>
|
|
|
|
Client::Client(Display *d, Window new_client)
|
|
{
|