62f1f8d394
From: Nick Nauwelaerts <nick@nauwelaerts.net>
12 lines
323 B
Plaintext
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>
|