You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/axyftp/files/axyftp-0.5.1-built-in-funct...

19 lines
725 B

diff -ur axyftp-0.5.1.orig/src/buttonbar.c axyftp-0.5.1/src/buttonbar.c
--- axyftp-0.5.1.orig/src/buttonbar.c 2000-01-17 21:50:04.000000000 +0200
+++ axyftp-0.5.1/src/buttonbar.c 2008-01-17 15:46:22.000000000 +0200
@@ -1,4 +1,5 @@
/* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
+#include<stdlib.h>
#include"axyftp.h"
#include"utils.h"
#include"multi.h"
diff -ur axyftp-0.5.1.orig/src/utils.c axyftp-0.5.1/src/utils.c
--- axyftp-0.5.1.orig/src/utils.c 2000-01-17 22:03:59.000000000 +0200
+++ axyftp-0.5.1/src/utils.c 2008-01-17 15:45:51.000000000 +0200
@@ -1,4 +1,5 @@
/* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
+#include<stdlib.h>
#include<string.h>
#include<stdio.h>