summaryrefslogtreecommitdiffstats
path: root/ctdb/libctdb/logging.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-06 11:33:17 +0100
committerMichael Adam <obnox@samba.org>2012-02-13 16:23:17 +0100
commit8428f48708b8a2a4c7df0145dc272bf4c25ec11f (patch)
tree14b0bc7fb5a6ab20897881c0cf334ced85ef24f6 /ctdb/libctdb/logging.c
parent5e3b13a32adaf5c06bac8e48e4522b633431c29d (diff)
downloadsamba-8428f48708b8a2a4c7df0145dc272bf4c25ec11f.tar.gz
samba-8428f48708b8a2a4c7df0145dc272bf4c25ec11f.tar.xz
samba-8428f48708b8a2a4c7df0145dc272bf4c25ec11f.zip
Add includes required on FreeBSD
Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit be5c3a57df39d85fbb7ee922924787340e2b0595)
Diffstat (limited to 'ctdb/libctdb/logging.c')
-rw-r--r--ctdb/libctdb/logging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/libctdb/logging.c b/ctdb/libctdb/logging.c
index 83f47742d7..d897b6f61c 100644
--- a/ctdb/libctdb/logging.c
+++ b/ctdb/libctdb/logging.c
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#include <sys/socket.h>
#include <stdio.h>
#include <errno.h>
#include <ctdb.h>