aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/t-encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpg/t-encrypt.c')
-rw-r--r--tests/gpg/t-encrypt.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/gpg/t-encrypt.c b/tests/gpg/t-encrypt.c
index 756d216b..c1806680 100644
--- a/tests/gpg/t-encrypt.c
+++ b/tests/gpg/t-encrypt.c
@@ -18,6 +18,12 @@
along with GPGME; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+/* We need to include config.h so that we know whether we are building
+ with large file system (LFS) support. */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>