net: fix ubuntu compile warning

This commit is contained in:
Richard Aas 2015-07-01 07:34:05 +00:00
parent 28100143ca
commit 25946edf90

View file

@ -3,6 +3,7 @@
*
* Copyright (C) 2010 Creytiv.com
*/
#define _BSD_SOURCE 1
#include <stdlib.h>
#include <string.h>
#if !defined(WIN32) && !defined(CYGWIN)