opnsense-ports/converters/unix2dos/files/patch-unix2dos.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

8 lines
230 B
C

--- unix2dos.c.orig 2001-05-23 01:58:39.000000000 +0200
+++ unix2dos.c 2014-01-27 22:41:13.000000000 +0100
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>