It is needed for strcmp():
|   CC     checkfont.lo
| checkfont.c:492:16: warning: implicit declaration of function 'strcmp' is 
invalid in C99 [-Wimplicit-function-declaration]
|                                 if (str && strcmp(teststr, str) != 0) {
|                                            ^

Signed-off-by: Cyril Brulebois <k...@debian.org>
---
 xts5/src/lib/checkfont.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xts5/src/lib/checkfont.c b/xts5/src/lib/checkfont.c
index e1c5624..094972d 100644
--- a/xts5/src/lib/checkfont.c
+++ b/xts5/src/lib/checkfont.c
@@ -118,6 +118,7 @@ purpose.  It is provided "as is" without express or implied 
warranty.
 
 #include       "stdlib.h"
 #include       "stdio.h"
+#include       "string.h"
 #include       "xtest.h"
 #include       "X11/Xlib.h"
 #include       "X11/Xutil.h"
-- 
1.7.5.1

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to