summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-client/patches/patch-ag
blob: 2c3cf3ef5e0b21f8d0ef4aff31b89943eeede17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2011/07/18 19:06:02 drochner Exp $

--- bin/bbackupctl/bbackupctl.cpp.orig	2006-02-23 20:47:38.000000000 +0000
+++ bin/bbackupctl/bbackupctl.cpp
@@ -52,6 +52,8 @@
 #ifdef HAVE_UNISTD_H
 	#include <unistd.h>
 #endif
+#include <string.h>
+#include <stdlib.h>
 
 #include "MainHelper.h"
 #include "BoxPortsAndFiles.h"