From d33d3af1f8e3bfdfb3915420fc2eecc445e57408 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 3 Feb 2009 19:47:37 +0000 Subject: Include fcntl.h. --- pkgtools/pkg_install/files/add/perform.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/add/perform.c b/pkgtools/pkg_install/files/add/perform.c index 5a2d09f98de..e1adba5b3e5 100644 --- a/pkgtools/pkg_install/files/add/perform.c +++ b/pkgtools/pkg_install/files/add/perform.c @@ -1,4 +1,4 @@ -/* $NetBSD: perform.c,v 1.74 2009/02/02 12:35:00 joerg Exp $ */ +/* $NetBSD: perform.c,v 1.75 2009/02/03 19:47:37 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" #endif @@ -6,7 +6,7 @@ #if HAVE_SYS_CDEFS_H #include #endif -__RCSID("$NetBSD: perform.c,v 1.74 2009/02/02 12:35:00 joerg Exp $"); +__RCSID("$NetBSD: perform.c,v 1.75 2009/02/03 19:47:37 joerg Exp $"); /*- * Copyright (c) 2003 Grant Beattie @@ -45,6 +45,9 @@ __RCSID("$NetBSD: perform.c,v 1.74 2009/02/02 12:35:00 joerg Exp $"); #include #endif #include +#if HAVE_FCNTL_H +#include +#endif #include #include #include -- cgit v1.2.3