aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/trustdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c
index 7269afc31..bb5167ea9 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -28,7 +28,7 @@
#ifndef DISABLE_REGEX
#include <sys/types.h>
-#ifdef USE_GNU_REGEX
+#ifdef USE_INTERNAL_REGEX
#include "_regex.h"
#else
#include <regex.h>