mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
922bee6599
- fix build with clang Feature safe: yes
11 lines
278 B
C
11 lines
278 B
C
--- input/bdecode.c.orig 1991-11-04 19:18:39.000000000 +0100
|
|
+++ input/bdecode.c 2011-05-12 15:34:41.000000000 +0200
|
|
@@ -2,6 +2,7 @@
|
|
* bdecode [file]
|
|
*/
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "coder.h"
|
|
char *myname, *inputfile = "(stdin)";
|