forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
224 B
C
10 lines
224 B
C
--- ctlwords.c.orig 1999-02-15 00:02:25.000000000 +0100
|
|
+++ ctlwords.c 2013-11-08 09:05:06.000000000 +0100
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <stdlib.h>
|
|
|
|
main(int argc, char *argv[])
|
|
{
|