DtSvc/dtwm: Fix some implicit declarations of functions by adding appropriate

Patch from Frederic Koehler <f.koehler427@gmail.com>:

These implicit definitions cause segfaults on x64 because
the implicit return type is a 32-bit signed int, rather than a pointer
type.
This commit is contained in:
Jon Trulson
2012-08-08 11:47:18 -06:00
parent a26b73a1a6
commit f9c2b3184e
7 changed files with 10 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
#include <Xm/SeparatoG.h>
#include <Xm/DialogS.h>
#include <Xm/ColorObjP.h>
#include <Xm/TextF.h>
#include <X11/Xatom.h>
#include <X11/keysymdef.h>