You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
375 B
18 lines
375 B
--- print-sctp.c.dist 2003-07-16 13:52:36.000000000 +0200 |
|
+++ print-sctp.c 2003-07-16 14:00:32.000000000 +0200 |
|
@@ -46,13 +46,13 @@ |
|
#include <sys/time.h> |
|
#include <sys/socket.h> |
|
|
|
+#include <netinet/in.h> |
|
+ |
|
#include <unistd.h> |
|
#include "sctpHeader.h" |
|
#include "sctpConstants.h" |
|
#include <assert.h> |
|
|
|
-#include <netinet/in.h> |
|
- |
|
#include <stdio.h> |
|
#include <string.h> |
|
|
|
|