mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
922bee6599
- fix build with clang Feature safe: yes
11 lines
278 B
C
11 lines
278 B
C
--- batch/bencode.c.orig 1991-11-04 19:16:50.000000000 +0100
|
|
+++ batch/bencode.c 2011-05-12 14:53:40.000000000 +0200
|
|
@@ -2,6 +2,7 @@
|
|
* bencode [file]
|
|
*/
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "coder.h"
|
|
#define MAXPERLINE 78 /* max chars/line */
|
|
char *myname;
|