pkgsrc/x11/fbdesk/patches/patch-src_main.cc
2011-11-25 22:25:30 +00:00

13 lines
308 B
C++

$NetBSD: patch-src_main.cc,v 1.1 2011/11/25 22:25:31 joerg Exp $
--- src/main.cc.orig 2011-11-25 17:43:54.000000000 +0000
+++ src/main.cc
@@ -24,6 +24,8 @@
#include "version.h"
#include <iostream>
+#include <cstring>
+#include <cstdlib>
#include <stdexcept>
#include <signal.h>
#include <sys/wait.h>