blob: b1f9dec5fec735c6b0010bae207219bcc25427f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-an,v 1.1 2008/09/10 13:32:47 taca Exp $
--- ctlwords.c.orig 1999-02-15 08:02:25.000000000 +0900
+++ ctlwords.c
@@ -24,7 +24,10 @@ BEGIN {
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
+#include <stdlib.h>
+int
main(int argc, char *argv[])
{
char buf[1024];
|