mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4ab70118ac
PR: ports/178251 Submitted by: Chad Slater <chad.slater (at) gmail.com> Approved by: maintainer time-out (8 months)
9 lines
230 B
C
9 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>
|