diff --git a/cde/programs/dtmail/MotifApp/InterruptibleCmd.C b/cde/programs/dtmail/MotifApp/InterruptibleCmd.C index 49eebb1f9..49a3f6347 100644 --- a/cde/programs/dtmail/MotifApp/InterruptibleCmd.C +++ b/cde/programs/dtmail/MotifApp/InterruptibleCmd.C @@ -68,7 +68,11 @@ #include #include #include + +#if !defined(linux) extern forceUpdate( Widget ); +#endif + InterruptibleCmd::InterruptibleCmd ( char *name, char *label, int active ) : NoUndoCmd ( name, label, active ) {