Merge pull request #116 from ethoms/clang-warnings-stage9

Stage 9 of clang compiler warning patches.
pull/101/head^2
extrafu 2015-11-03 18:08:28 -05:00
commit 1fab2028e2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
#ifndef __OpenBSD__
#if !defined(__OpenBSD__) && !defined(__FreeBSD__)
#include <crypt.h>
#endif