#ifndef _FSP_MY_STRING_H_ #define _FSP_MY_STRING_H_ 1 #include <string.h> #ifdef HAVE_STRINGS_H #include <strings.h> #endif #endif /* _FSP_MY_STRING_H_ */