Mac OS X fixes: include string.h, add strndup(), disable xmllint for the docs

This commit is contained in:
Michael Stapelberg
2011-08-01 16:17:59 +02:00
parent 3c68a9158c
commit fef5a69b09
3 changed files with 26 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include <stdio.h>
#include <unistd.h>
#include <stdint.h>
#include <string.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/un.h>