diff options
author | Matt Turner <mattst88@gmail.com> | 2011-08-02 00:30:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-08-02 00:30:15 -0400 |
commit | 9edc780fc72c1dac9a1d9385cc74abf487a5d1bd (patch) | |
tree | a974dabbcd9a501258ee6af0d52fc78e7d4e155d /src/XawIm.c | |
parent | 017fcf81745d7a58a57a040fce86063719431f60 (diff) |
Fix implicit function declarations.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/XawIm.c')
-rw-r--r-- | src/XawIm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/XawIm.c b/src/XawIm.c index c29099c..0fa1c16 100644 --- a/src/XawIm.c +++ b/src/XawIm.c @@ -62,6 +62,8 @@ in this Software without prior written authorization from the X Consortium. #include <X11/Xaw3d/MultiSinkP.h> #include <X11/Xaw3d/XawImP.h> #include <X11/Xaw3d/VendorEP.h> +#include <X11/ResourceI.h> +#include <X11/VarargsI.h> #include "XawI18n.h" #include <ctype.h> |