mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb: Include replace.h for PATH_MAX
Fixes build on GNU/Hurd. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Nov 11 10:28:24 UTC 2024 on atb-devel-224
This commit is contained in:
parent
1655413f12
commit
a7071565b0
@ -26,6 +26,8 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include "replace.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A configuration file, created by statd_callout_helper, containing
|
* A configuration file, created by statd_callout_helper, containing
|
||||||
* at least 1 line of text.
|
* at least 1 line of text.
|
||||||
|
Loading…
Reference in New Issue
Block a user