patch-libtemplate_util_log_c 429 B

123456789101112
  1. $OpenBSD: patch-libtemplate_util_log_c,v 1.1 2016/03/18 16:41:53 naddy Exp $
  2. --- libtemplate/util/log.c.orig Thu Nov 21 03:28:52 1996
  3. +++ libtemplate/util/log.c Thu Mar 17 22:51:35 2016
  4. @@ -50,6 +50,7 @@ static char rcsid[] = "$Id: log.c,v 1.15 1995/02/04 01
  5. * copyright, including distribution and use limitations.
  6. */
  7. #include <stdio.h>
  8. +#include <stdlib.h>
  9. #include <string.h>
  10. #include <unistd.h>
  11. #include <errno.h>