pkgsrc/sysutils/e2fsprogs/patches/patch-aa

12 lines
255 B
Text

$NetBSD: patch-aa,v 1.2 2003/04/14 23:15:54 hubertf Exp $
--- lib/ext2fs/flushb.c.orig Thu Oct 31 12:17:24 2002
+++ lib/ext2fs/flushb.c
@@ -11,6 +11,7 @@
*/
#include <stdio.h>
+#include <sys/param.h>
#if HAVE_ERRNO_H
#include <errno.h>
#endif