fix an incorrect usage of HAVE_* that finally bit my bum

This commit is contained in:
Bill Currie 2003-07-09 04:21:45 +00:00
parent 4f66e1e9da
commit 84e071d235

View file

@ -42,7 +42,8 @@ static __attribute__ ((unused)) const char rcsid[] =
#endif
#ifdef HAVE_IO_H
# include <io.h>
#else
#endif
#ifdef HAVE_PWD_H
# include <pwd.h>
#endif