diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-11 19:16:51 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-11 19:16:51 +0000 |
commit | a2a5254675a6b7ef0f7da9caa76c028b7c526502 (patch) | |
tree | f59099012a84e11edfdf5f936068555135cdc1dc /afb | |
parent | d6337c83241f0fa4bb03039a9767b58d8a1a7c91 (diff) |
Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function
warnings after the removal of libcwrapper headers.
Diffstat (limited to 'afb')
-rw-r--r-- | afb/afbline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afb/afbline.c b/afb/afbline.c index 255ea21c1..d3f2def89 100644 --- a/afb/afbline.c +++ b/afb/afbline.c @@ -53,6 +53,7 @@ SOFTWARE. #endif #include <X11/X.h> +#include <stdlib.h> #include "gcstruct.h" #include "windowstr.h" |