about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_pgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/test_cmd_pgp.c')
-rw-r--r--tests/unittests/test_cmd_pgp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/test_cmd_pgp.c b/tests/unittests/test_cmd_pgp.c
index b1d0ab52..79d617ae 100644
--- a/tests/unittests/test_cmd_pgp.c
+++ b/tests/unittests/test_cmd_pgp.c
@@ -6,7 +6,7 @@
 #include <string.h>
 #include <glib.h>
 
-#include "config.h"
+#include "prof_config.h"
 
 #include "command/commands.h"
 
@@ -14,7 +14,7 @@
 
 #define CMD_PGP "/pgp"
 
-#ifdef HAVE_LIBGPGME
+#ifdef PROF_HAVE_LIBGPGME
 void cmd_pgp_shows_usage_when_no_args(void **state)
 {
     gchar *args[] = { NULL };