[PATCH:libXt] Use string.h instead of X11/Xos.h.

Thomas Klausner wiz at NetBSD.org
Thu Jan 8 00:19:02 PST 2015


Only symbols from the former are needed.

Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
 util/makestrs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/makestrs.c b/util/makestrs.c
index a52866a..ce0a0a3 100644
--- a/util/makestrs.c
+++ b/util/makestrs.c
@@ -27,7 +27,7 @@ in this Software without prior written authorization from The Open Group.
 /* Constructs string definitions */
 
 #include <stdio.h>
-#include <X11/Xos.h>
+#include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
 
-- 
2.2.1



More information about the xorg-devel mailing list