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/TextAction.c | |
parent | 017fcf81745d7a58a57a040fce86063719431f60 (diff) |
Fix implicit function declarations.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/TextAction.c')
-rw-r--r-- | src/TextAction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TextAction.c b/src/TextAction.c index e540ba1..82abd4e 100644 --- a/src/TextAction.c +++ b/src/TextAction.c @@ -43,6 +43,7 @@ in this Software without prior written authorization from the X Consortium. #include "XawI18n.h" #endif #include <stdio.h> +#include <stdlib.h> #include <ctype.h> #define SrcScan XawTextSourceScan |