]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/player.cpp
added items to the tavern.dat, added the filename option to the config file
[irc/gameservirc.git] / gameserv / player.cpp
index 3188758f9f4828f7c7ed3431943a0fea634b53e2..76cc1343937e7f7683ed60691308b7e239d179a5 100644 (file)
@@ -3,9 +3,20 @@
 #include "pouch.h"
 #include "extern.h"
 #include "flags.h"
+
 #include <string>
 #include <stdio.h>
 
+#if defined(HAVE_CRYPT_H)
+
+#include <crypt.h>
+
+#elif defined(HAVE_UNISTD_H)
+
+#include <unistd.h>
+
+#endif
+
 using namespace std;
 
 void Player::reset()