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

11 lines
278 B
C

--- libc/fgetfln.c.orig 1993-03-09 07:22:54.000000000 +0100
+++ libc/fgetfln.c 2010-10-08 19:40:28.000000000 +0200
@@ -6,6 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
+#include <string.h>
#include <sys/types.h>
#include <fgetfln.h>
#include <hdbm.h>