fix compilation warnings
* w3mimgdisplay.c: add #include <string.h> for strlen, strcmp * w3mimg/fb/fb.c: add #include <string.h> for memset * w3mimg/fb/fb_w3mimg.c: add #include <string.h> for memset From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
/* $Id: fb.c,v 1.8 2002/10/10 16:16:00 ukai Exp $ */
|
||||
/* $Id: fb.c,v 1.9 2002/10/31 09:36:22 ukai Exp $ */
|
||||
/**************************************************************************
|
||||
fb.c 0.3 Copyright (C) 2002, hito
|
||||
**************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
|
Reference in New Issue
Block a user