mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
922bee6599
- fix build with clang Feature safe: yes
11 lines
244 B
C
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>
|