sockets: fix build error on posix systems.

This commit is contained in:
Daniel Beer 2011-07-27 17:12:23 +12:00
parent 45a731f4fd
commit ce020a99f0
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <errno.h>
#include <stdlib.h>
#include "sockets.h"
#include "util.h"