compile fix: missing #define for crypt()
This commit is contained in:
parent
30da062abb
commit
307e6e5272
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
#include "alock.h"
|
#include "alock.h"
|
||||||
|
|
||||||
|
#define _XOPEN_SOURCE
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
Reference in a new issue