aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index f2c8f55cd0..deb02a9036 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -243,6 +243,7 @@ $crypto.=" crypto/x509v3/x509v3.h";
$crypto.=" crypto/rand/rand.h";
$crypto.=" crypto/comp/comp.h" ; # unless $no_comp;
$crypto.=" crypto/ocsp/ocsp.h";
+$crypto.=" crypto/ui/ui.h";
$crypto.=" crypto/tmdiff.h";
my $symhacks="crypto/symhacks.h";