aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/md5/md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 4381ef124c7b..e553d4c56e85 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
#include <sha512.h>
#include <sha512t.h>
#include <skein.h>
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>