From ee22401f76e193534d4889f01a38534ba6da4a2c Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 00:29:37 +0000 Subject: [PATCH] Add include for getopt() --- cde/lib/tt/bin/tt_type_comp/mp_type_comp.C | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cde/lib/tt/bin/tt_type_comp/mp_type_comp.C b/cde/lib/tt/bin/tt_type_comp/mp_type_comp.C index 819ce617..21378d39 100644 --- a/cde/lib/tt/bin/tt_type_comp/mp_type_comp.C +++ b/cde/lib/tt/bin/tt_type_comp/mp_type_comp.C @@ -39,6 +39,9 @@ #include #include #include +#if defined(linux) +#include +#endif #if defined(sgi) #include #endif -- 2.25.1