1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11-fonts/font-manager/files/patch-src_lib_fm-fontutils.c
Pav Lucistnik a5213301f5 - Fix build
Submitted by:	maintainer
2012-05-31 07:59:38 +00:00

11 lines
312 B
C

--- src/lib/fm-fontutils.c~ 2010-12-23 21:48:30.000000000 -0600
+++ src/lib/fm-fontutils.c 2012-05-30 17:04:54.303401685 -0500
@@ -24,6 +24,7 @@
#include <glib.h>
#include <glib/gprintf.h>
#include <glib/gstdio.h>
+#include <unistd.h>
#include <pango/pangofc-fontmap.h>
#include <fontconfig/fcfreetype.h>