Include <sys/stat.h>.

This commit is contained in:
jsm 2004-01-27 20:27:59 +00:00
parent 8f5e2162b1
commit 716c7169f3
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sync.c,v 1.21 2003/08/07 09:37:45 agc Exp $ */
/* $NetBSD: sync.c,v 1.22 2004/01/27 20:27:59 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@ -34,10 +34,12 @@
#if 0
static char sccsid[] = "@(#)sync.c 8.2 (Berkeley) 4/28/95";
#else
__RCSID("$NetBSD: sync.c,v 1.21 2003/08/07 09:37:45 agc Exp $");
__RCSID("$NetBSD: sync.c,v 1.22 2004/01/27 20:27:59 jsm Exp $");
#endif
#endif /* not lint */
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>