freebsd-ports/lang/logo/files/patch-makehelp.c
Stanislav Sedov 7379ffd743 - Unbreak on 7.x and CURREN.
Approved by:	portmgr (erwin)
2007-12-04 17:58:23 +00:00

8 lines
227 B
C

--- makehelp.c.orig 2007-12-04 15:33:12.000000000 +0300
+++ makehelp.c 2007-12-04 15:33:19.000000000 +0300
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
char line[100], line2[100], line3[100];