Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h

This commit is contained in:
Yang Tse 2008-07-14 16:10:29 +00:00
parent 2a585c2fba
commit 1cfb73a129
2 changed files with 10 additions and 2 deletions

View file

@ -165,6 +165,14 @@
#define _REENTRANT
#endif
#ifdef HAVE_EXTRA_STRICMP_H
# include <extra/stricmp.h>
#endif
#ifdef HAVE_EXTRA_STRDUP_H
# include <extra/strdup.h>
#endif
#include <stdio.h>
#ifdef HAVE_ASSERT_H
#include <assert.h>