7379ffd743
Approved by: portmgr (erwin)
8 lines
227 B
C
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];
|