mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
25edadfb9b
- make portlint happier
12 lines
204 B
C
12 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[])
|
|
{
|