mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
11 lines
204 B
C
11 lines
204 B
C
--- ctlwords.c.orig 1999-02-14 23:02:25 UTC
|
|
+++ ctlwords.c
|
|
@@ -24,6 +24,8 @@ BEGIN {
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <stdlib.h>
|
|
+#include <ctype.h>
|
|
|
|
main(int argc, char *argv[])
|
|
{
|