summaryrefslogtreecommitdiffstats
path: root/ctdb/client
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-11-11 14:49:30 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-11-11 14:49:30 +1100
commit07d35c754f3dec9572adbf224647a5c01ee9913d (patch)
tree6ac9468976133cc4c87e8c55ebb08ae7c069977f /ctdb/client
parent06728fdac9cf3df562eaffb6acf56ab26a710580 (diff)
downloadsamba-07d35c754f3dec9572adbf224647a5c01ee9913d.tar.gz
samba-07d35c754f3dec9572adbf224647a5c01ee9913d.tar.xz
samba-07d35c754f3dec9572adbf224647a5c01ee9913d.zip
add a CTDB_SOCKET variable that can be used to override the default
/tmp/ctdb.socket (This used to be ctdb commit b75e2263c565c21ecbbd98fbd2c10787e467bf5c)
Diffstat (limited to 'ctdb/client')
-rw-r--r--ctdb/client/ctdb_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/client/ctdb_client.c b/ctdb/client/ctdb_client.c
index 07c0b8820a7..fcd10b2d8b3 100644
--- a/ctdb/client/ctdb_client.c
+++ b/ctdb/client/ctdb_client.c
@@ -26,6 +26,7 @@
#include "system/network.h"
#include "system/filesys.h"
#include "system/locale.h"
+#include <stdlib.h>
#include "../include/ctdb_private.h"
#include "lib/util/dlinklist.h"