mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2007/03/01 00:34:14 xtraeme Exp $
|
|
|
|
--- encfs/encfs.h.orig 2007-03-01 01:13:44.000000000 +0100
|
|
+++ encfs/encfs.h 2007-03-01 01:14:09.000000000 +0100
|
|
@@ -22,6 +22,9 @@
|
|
#include "config.h"
|
|
#include <fuse.h>
|
|
#include <unistd.h>
|
|
+#include "../intl/autosprintf.h"
|
|
+
|
|
+using gnu::autosprintf;
|
|
|
|
#if defined(HAVE_SYS_XATTR_H) | defined(HAVE_ATTR_XATTR_H)
|
|
#define HAVE_XATTR
|