blob: 910a24866cd86d6ac78def5d423532823a80ce49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ftpd.c,v 1.1 2013/05/23 14:57:32 joerg Exp $
--- ftpd.c.orig 1999-11-09 07:23:46.000000000 +0000
+++ ftpd.c
@@ -7,6 +7,7 @@
#include "timeoutread.h"
#include "timeoutwrite.h"
#include "substdio.h"
+#include "exit.h"
#include "fetch.h"
#include "pathdecode.h"
#include "file.h"
|