From: David Steele <steele@debian.org>
Date: Fri, 30 Sep 2016 21:21:35 -0400
Subject: Fix a missing import in a test

Fix a compile time error in test.
---
 tests/example_filesystems/example_test_helpers.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/example_filesystems/example_test_helpers.go b/tests/example_filesystems/example_test_helpers.go
index d89b35f..9ab3aa8 100644
--- a/tests/example_filesystems/example_test_helpers.go
+++ b/tests/example_filesystems/example_test_helpers.go
@@ -7,6 +7,7 @@ import (
 	"testing"
 
 	"github.com/rfjakob/gocryptfs/tests/test_helpers"
+	"github.com/rfjakob/gocryptfs/tests/example_filesystems"
 )
 
 // checkExampleFS - verify that "dir" contains the expected test files
