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

bugfix

Rev: src/modules/spider/spider.c:1.2
parent a008d63e
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,10 @@ ...@@ -32,7 +32,10 @@
#include "builtin_functions.h" #include "builtin_functions.h"
#include "lock.h" #include "lock.h"
#ifdef HAVE_PWD_H
#include <pwd.h> #include <pwd.h>
#undef HAVE_PWD_H
#endif
#include "defs.h" #include "defs.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment