1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/news/cnews/files/patch-bdecode.c
Dirk Meyer 922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00

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)";