f7ee73e0ba
* Add comments to each patch file.
14 lines
269 B
Text
14 lines
269 B
Text
$NetBSD: patch-ca,v 1.1 2010/09/27 12:01:49 taca Exp $
|
|
|
|
* Include a proper header file.
|
|
|
|
--- zotnet/tws/date.c.orig 1993-12-01 04:01:43.000000000 +0000
|
|
+++ zotnet/tws/date.c
|
|
@@ -1,6 +1,7 @@
|
|
/* date.c */
|
|
|
|
#include "tws.h"
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
|