Browse Source

Bugfix: Use correct configure define for pwd.h

Luke Dashjr 12 years ago
parent
commit
04de54ca7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -386,7 +386,7 @@ char *cmd_idle, *cmd_sick, *cmd_dead;
 char *chroot_dir;
 #endif
 
-#ifdef HAVE_PWD
+#ifdef HAVE_PWD_H
 char *opt_setuid;
 #endif