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/ThreeD.c | |
parent | 017fcf81745d7a58a57a040fce86063719431f60 (diff) |
Fix implicit function declarations.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/ThreeD.c')
-rw-r--r-- | src/ThreeD.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ThreeD.c b/src/ThreeD.c index de9d4ac..e137e82 100644 --- a/src/ThreeD.c +++ b/src/ThreeD.c @@ -35,6 +35,7 @@ SOFTWARE. #include <X11/Xaw3d/XawInit.h> #include <X11/Xaw3d/ThreeDP.h> #include <X11/Xosdefs.h> +#include <X11/Xmu/CharSet.h> /* Initialization of defaults */ |