mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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.
This commit is contained in:
parent
d852a8bfa6
commit
d089ff7599
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
||||||
#include <Dt/DtpadM.h>
|
#include <Dt/DtpadM.h>
|
||||||
#include <Dt/Action.h>
|
#include <Dt/Action.h>
|
||||||
|
|
||||||
|
#include <Xm/XmPrivate.h> /* _XmStringUngenerate */
|
||||||
|
|
||||||
#include "dtpad.h"
|
#include "dtpad.h"
|
||||||
|
|
||||||
extern int numActivePads; /* declared in main.c */
|
extern int numActivePads; /* declared in main.c */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue