fix 'conflicting type for strncmp' warning on linux by including string.h

This commit is contained in:
jani 2002-12-17 09:36:50 +00:00
parent 5472d94b73
commit 6dd350348d

View File

@ -31,6 +31,7 @@
*/
#ifndef __ARCH_LIB_H__
#define __ARCH_LIB_H__
#include <string.h>
#ifndef _STRING_H_
#ifndef _STRING_H