File lftp-config_h.patch of Package lftp
From: Philipp Thomas <pth@suse.de>
Date: 2013-10-08 13:07:08+02:00
Subject: Include config.h where necessary
config.h is needed to get the gnulib macros defined.
---
src/lftp-wrapper.c | 1 +
1 file changed, 1 insertion(+)
Index: lftp-4.4.9/src/lftp-wrapper.c
===================================================================
--- lftp-4.4.9.orig/src/lftp-wrapper.c 2013-10-08 13:03:33.977184313 +0200
+++ lftp-4.4.9/src/lftp-wrapper.c 2013-10-08 13:04:08.797367882 +0200
@@ -19,6 +19,7 @@
* *
***************************************************************************/
+#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>