1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/news/cnews/files/patch-defaults.c
Dirk Meyer 922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00

11 lines
244 B
C

--- inject/defaults.c.orig 1995-01-02 22:48:38.000000000 +0100
+++ inject/defaults.c 2011-05-12 15:31:22.000000000 +0200
@@ -3,6 +3,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <pwd.h>