Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/othersrc/fsu_compat/stat_flags.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- othersrc/fsu_compat/stat_flags.c 2009/11/05 14:39:16 1.1 +++ othersrc/fsu_compat/stat_flags.c 2009/11/06 11:47:41 1.2 @@ -1,4 +1,4 @@ -/* $NetBSD: stat_flags.c,v 1.1 2009/11/05 14:39:16 stacktic Exp $ */ +/* $NetBSD: stat_flags.c,v 1.2 2009/11/06 11:47:41 stacktic Exp $ */ /*- * Copyright (c) 1993 @@ -34,13 +34,16 @@ #else #define HAVE_STRUCT_STAT_ST_FLAGS 1 #endif +#if HAVE_NBCOMPAT_H +#include +#endif #include #if !defined(lint) #if 0 static char sccsid[] = "@(#)stat_flags.c 8.2 (Berkeley) 7/28/94"; #else -__RCSID("$NetBSD: stat_flags.c,v 1.1 2009/11/05 14:39:16 stacktic Exp $"); +__RCSID("$NetBSD: stat_flags.c,v 1.2 2009/11/06 11:47:41 stacktic Exp $"); #endif #endif /* not lint */