From 54833dffc0b09ebf33973c55d8989e3ae7875811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 2 Sep 2014 09:39:12 +0200 Subject: [PATCH] Inserted missing ea.h and ioctl.h in devel file list ea.h and ioctl.h were not mentioned in include/ntfs-3g/Makefile.am so they were not released as public headers in devel files. --- include/ntfs-3g/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ntfs-3g/Makefile.am b/include/ntfs-3g/Makefile.am index 33343dfa..11761bcb 100644 --- a/include/ntfs-3g/Makefile.am +++ b/include/ntfs-3g/Makefile.am @@ -15,10 +15,12 @@ headers = \ device.h \ device_io.h \ dir.h \ + ea.h \ efs.h \ endians.h \ index.h \ inode.h \ + ioctl.h \ layout.h \ lcnalloc.h \ logfile.h \