merged enum_net typo fix from RC_0_16

This commit is contained in:
Arvid Norberg 2014-02-17 07:25:21 +00:00
parent 715b60c8ff
commit 18bf330615
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/ip/host_name.hpp>
#endif
#if TORREN_USE_IFCONF
#if TORRENT_USE_IFCONF
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <netinet/in.h>