10 lines
154 B
Text
10 lines
154 B
Text
Index: help.c
|
|
--- help.c.orig
|
|
+++ help.c
|
|
@@ -6,5 +6,6 @@
|
|
*/
|
|
|
|
+#include <stdlib.h>
|
|
#ifdef QREF
|
|
#include <stdio.h>
|
|
char *header = " Quick Reference";
|