Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25544 | Differences between
and this patch

Collapse All | Expand All

(-)print-sctp.c.orig (-1 / +3 lines)
Lines 47-57 Link Here
47
#include <sys/socket.h>
47
#include <sys/socket.h>
48
48
49
#include <unistd.h>
49
#include <unistd.h>
50
51
#include <netinet/in.h>
52
50
#include "sctpHeader.h"
53
#include "sctpHeader.h"
51
#include "sctpConstants.h"
54
#include "sctpConstants.h"
52
#include <assert.h>
55
#include <assert.h>
53
56
54
#include <netinet/in.h>
55
57
56
#include <stdio.h>
58
#include <stdio.h>
57
#include <string.h>
59
#include <string.h>

Return to bug 25544