aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/Makefile.nmake
diff options
context:
space:
mode:
authortuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2011-12-15 20:49:26 +0000
committertuexen <tuexen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2011-12-15 20:49:26 +0000
commit7f9f0075cabce041d7a265978f3d9b3055d27b6a (patch)
tree08eb197a49e22385083c2f7cff1cd0529a9dd1cb /usrsctplib/Makefile.nmake
parent063d8de9c00b705604067bae0eea71a80f11c7c4 (diff)
downloadusrsctp-7f9f0075cabce041d7a265978f3d9b3055d27b6a.tar.gz
Possibly fix Windows compilation.
Diffstat (limited to 'usrsctplib/Makefile.nmake')
-rw-r--r--usrsctplib/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrsctplib/Makefile.nmake b/usrsctplib/Makefile.nmake
index 50d2e75a..caa24ba6 100644
--- a/usrsctplib/Makefile.nmake
+++ b/usrsctplib/Makefile.nmake
@@ -45,8 +45,8 @@ usrsctp_HEADERS = \
user_route.h \
user_socketvar.h \
user_uma.h \
- sys\queue.h \
- netinet\ip_icmp.h \
+ user_queue.h \
+ user_ip_icmp.h \
netinet\sctp.h \
netinet\sctp_asconf.h \
netinet\sctp_auth.h \