Signed-off-by: Thomas Klausner <[email protected]> --- Xtrans.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Xtrans.c b/Xtrans.c index 735d7b8..9a6dfbc 100644 --- a/Xtrans.c +++ b/Xtrans.c @@ -48,6 +48,8 @@ from The Open Group. */ #include <ctype.h> +#include <stdlib.h> +#include <string.h> /* * The transport table contains a definition for every transport (protocol) -- 1.9.0 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
