diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/server_prefork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/server_prefork.c b/source3/lib/server_prefork.c index a241e24798..89600aaa2a 100644 --- a/source3/lib/server_prefork.c +++ b/source3/lib/server_prefork.c @@ -25,7 +25,7 @@ #include "system/shmem.h" #include "system/filesys.h" #include "server_prefork.h" -#include "../lib/util/util.h" +#include "../lib/util/samba_util.h" #include "../lib/util/tevent_unix.h" struct prefork_pool { |