fsp/include/my-string.h
2005-02-13 18:05:06 +00:00

11 lines
158 B
C

#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_ */