From 18db7ede1c570710d361a2e7cc3a641260e6a08a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 18 Apr 2012 12:44:43 +0100 Subject: [PATCH] tests: Explicitly include DES in superuser test When the hcrypto/des header was removed from our installed headers, it wasn't added back in to the superuser test. Add it now, so that the test can build. Change-Id: I38023ee94abe801f6f2313b492e4f80855001c41 Reviewed-on: http://gerrit.openafs.org/7243 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- tests/auth/superuser-t.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auth/superuser-t.c b/tests/auth/superuser-t.c index dd53b980d2..93f50ec2d6 100644 --- a/tests/auth/superuser-t.c +++ b/tests/auth/superuser-t.c @@ -39,6 +39,8 @@ #include #define HC_DEPRECATED +#include + #include #include