| 12345678910111213141516171819 |
- --- 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>
-
|