mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
fix an incorrect usage of HAVE_* that finally bit my bum
This commit is contained in:
parent
4f66e1e9da
commit
84e071d235
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue