From: Peter Howkins Date: Mon, 12 Mar 2012 00:29:37 +0000 (+0000) Subject: Add include for getopt() X-Git-Tag: 2.2.0a~26^2~121 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee22401f76e193534d4889f01a38534ba6da4a2c;p=oweals%2Fcde.git Add include for getopt() --- 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