[PATCH:libxtrans 1/2] Add missing headers for free() and strlen().

Thomas Klausner wiz at NetBSD.org
Wed Mar 26 04:49:31 PDT 2014


Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
 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



More information about the xorg-devel mailing list