From ea9d79c4cd69bfc81e564708ee81e8e5285d79e2 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 09:16:08 +0000 Subject: Almost nothing actually needs to include , however by including it they get . So instead of pulling in , just pull in . "go ahead" miod@ --- src/lib/libcrypto/objects/o_names.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/objects') diff --git a/src/lib/libcrypto/objects/o_names.c b/src/lib/libcrypto/objects/o_names.c index 9ed1de92c9..4f61b15441 100644 --- a/src/lib/libcrypto/objects/o_names.c +++ b/src/lib/libcrypto/objects/o_names.c @@ -2,11 +2,12 @@ #include #include +#include + #include #include #include #include -#include /* I use the ex_data stuff to manage the identifiers for the obj_name_types * that applications may define. I only really use the free function field. -- cgit v1.2.3-55-g6feb