Commit b4b0c196 authored by Martti Mela's avatar Martti Mela
Browse files

added #include <netinet/tcp.h> to stun_common.h

darcs-hash:20051206083525-1b897-28f6ef05e69a78c2e26c314f54a010dee9266ba1.gz
Showing with 3 additions and 3 deletions
......@@ -19,10 +19,9 @@ INCLUDES = -I$(srcdir)/../ipt \
noinst_LTLIBRARIES = libnth.la
# noinst_PROGRAMS = nth_test http-client http-server
noinst_PROGRAMS = nth_test http-client http-server
# TESTS = nth_test
TESTS =
TESTS = nth_test
# ----------------------------------------------------------------------
# Rules for building the targets
......
......@@ -44,6 +44,7 @@
#include <winsock.h>
#else
#include <sys/socket.h>
#include <netinet/tcp.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment