mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
a75b9780d3
- Fix some missed includes to avoid warnings - Bump portrevision Submitted by: "Ryan T. Dean" <rtdean@cytherianage.net> (based on) [1]
11 lines
233 B
C
11 lines
233 B
C
--- lib/ftsym.c.orig Wed Nov 8 03:51:51 2006
|
|
+++ lib/ftsym.c Wed Nov 8 03:51:56 2006
|
|
@@ -35,6 +35,7 @@
|
|
#include <ctype.h>
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
+#include <unistd.h>
|
|
|
|
#if HAVE_STRINGS_H
|
|
#include <strings.h>
|