Add missing headers includes for FreeBSD.

This removes the implicit declarations of send() and pthread_sigmask().
This commit is contained in:
Diego Elio 'Flameeyes' Pettenò 2009-06-25 12:39:09 +02:00 committed by Lennart Poettering
parent bce211e416
commit 1ca7603109
2 changed files with 5 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#include <regex.h>
#include <langinfo.h>
#include <sys/utsname.h>
#include <sys/socket.h>
#ifdef HAVE_STRTOF_L
#include <locale.h>