blob: 5fcb3aa92b5e7ceda3817b261b8a7d605fc9c428 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001Implicit declaration compile warning fixes from Debian
2
3Signed-off-by: Adrian Bunk <bunk@stusta.de>
4Upstream-Status: Inappropriate [upstream is dead]
5
6--- lrzsz-0.12.21.orig/lib/long-options.c
7+++ lrzsz-0.12.21/lib/long-options.c
8@@ -22,6 +22,7 @@
9 #endif
10
11 #include <stdio.h>
12+#include <stdlib.h>
13 #include <getopt.h>
14 #include "long-options.h"
15
16--- lrzsz-0.12.21.orig/src/lsyslog.c
17+++ lrzsz-0.12.21/src/lsyslog.c
18@@ -22,6 +22,7 @@
19 #ifdef ENABLE_SYSLOG
20 #include "zglobal.h"
21 #include <pwd.h>
22+#include <stdio.h>
23 #include <stdlib.h>
24 #include <string.h>
25 #endif