ENH: try to fix qnx build problem

This commit is contained in:
Bill Hoffman 2007-03-20 15:49:11 -04:00
parent f6c9b6d631
commit c143513f82
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#include <string.h>
#include <ctype.h>
#ifdef __QNX__
#include <strings.h>
#endif
#include "strequal.h"