patch-help_c 216 B

12345678910111213
  1. $OpenBSD: patch-help_c,v 1.2 2017/05/12 20:27:25 naddy Exp $
  2. Index: help.c
  3. --- help.c.orig
  4. +++ help.c
  5. @@ -6,5 +6,6 @@
  6. */
  7. +#include <stdlib.h>
  8. #ifdef QREF
  9. #include <stdio.h>
  10. char *header = " Quick Reference";