Skip to content
Snippets Groups Projects
Commit 38bddc7e authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

now includes <crypt.h>

Rev: src/builtin_efuns.c:1.23
parent ed36ce23
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,13 @@ ...@@ -27,11 +27,13 @@
#include "memory.h" #include "memory.h"
#include "time_stuff.h" #include "time_stuff.h"
#include <math.h> #include <math.h>
#include <ctype.h>
#ifdef HAVE_CRYPT_H #ifdef HAVE_CRYPT_H
#include <crypt.h> #include <crypt.h>
#endif #endif
void f_equal(INT32 args) void f_equal(INT32 args)
{ {
int i; int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment