freebsd-ports/news/cnews/files/patch-newslock.c
Dirk Meyer 922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00

10 lines
250 B
C

--- util/newslock.c.orig 1989-05-22 04:12:16.000000000 +0200
+++ util/newslock.c 2011-05-12 14:51:20.000000000 +0200
@@ -4,6 +4,7 @@
* (System V has broken ln(1) itself.)
*/
#include <stdio.h>
+#include <stdlib.h>
main(argc, argv)
int argc;