openbsd-ports/astro/phoon/patches/patch-date_parse_c
naddy 62f1f8d394 Update to 20jan2003: date parsing functions rewritten.
From: Nick Nauwelaerts <nick@nauwelaerts.net>
2004-03-02 23:15:30 +00:00

12 lines
323 B
Plaintext

$OpenBSD: patch-date_parse_c,v 1.1 2004/03/02 23:15:30 naddy Exp $
--- date_parse.c.orig 2004-02-23 19:12:53.000000000 +0100
+++ date_parse.c 2004-02-23 19:13:02.000000000 +0100
@@ -47,6 +47,7 @@
#include <sys/types.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>