16 lines
296 B
Plaintext
16 lines
296 B
Plaintext
$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];
|