1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/magicpoint/files/patch-ctlwords.c
Dirk Meyer 25edadfb9b - fix warnings
- make portlint happier
2017-02-18 09:59:30 +00:00

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[])
{