summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/patches/patch-ai
blob: a03af3831a705f4479dacde7415fa9371c0ecf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ai,v 1.1 2005/03/15 20:24:30 rillig Exp $

Needed for ENOTSUP on NetBSD-1.6.2.

--- libntfs/attrlist.c.orig	Sat Sep  4 12:16:32 2004
+++ libntfs/attrlist.c	Sat Mar 12 10:14:41 2005
@@ -24,6 +24,8 @@
 
 #include <errno.h>
 
+#include "compat.h"
+
 #include "types.h"
 #include "layout.h"
 #include "attrib.h"