From d089ff759975de5c68d7f1746550c6f00b6959e0 Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Mon, 24 Sep 2012 03:15:19 +0200 Subject: [PATCH] dtpad: Fix 64-bit crash on file open/save Fix SIGSEGV because of implicit declaration of _XmStringUngenerate. The error message reported to the user was: TT_ERR_PROCID The process id passed is not valid. --- cde/programs/dtpad/fileCB.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/programs/dtpad/fileCB.c b/cde/programs/dtpad/fileCB.c index a5706d94..189189b4 100644 --- a/cde/programs/dtpad/fileCB.c +++ b/cde/programs/dtpad/fileCB.c @@ -59,6 +59,8 @@ #include
#include
+#include /* _XmStringUngenerate */ + #include "dtpad.h" extern int numActivePads; /* declared in main.c */ -- 2.25.1