summaryrefslogtreecommitdiff
path: root/mail/up-imappproxy/patches/patch-fix-missing-definitions
blob: c95164c5242e6d82ecd0717afad48fcf7e21ad65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-fix-missing-definitions,v 1.1 2020/04/17 11:28:02 tm Exp $

Fix missing definitions

Richard Laager <rlaager@wiktel.com>
https://sourceforge.net/p/squirrelmail/mailman/message/35526927/

--- src/becomenonroot.c.orig
+++ src/becomenonroot.c
@@ -48,6 +48,7 @@
 
 #include <sys/types.h>
 #include <strings.h>
+#include <string.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>