Skip to content

Commit 27b3b7c

Browse files
committed
apply debian patch 12_arpa_inet_header.patch
1 parent d0fbb14 commit 27b3b7c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

decode_aim.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include <stdio.h>
1616
#include <string.h>
17+
#include <arpa/inet.h>
1718

1819
#include "hex.h"
1920
#include "buf.h"

decode_mmxp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include <stdio.h>
2323
#include <string.h>
24+
#include <arpa/inet.h>
2425

2526
#include "buf.h"
2627
#include "decode.h"

decode_pptp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <stdio.h>
1818
#include <string.h>
19+
#include <arpa/inet.h>
1920

2021
#include "buf.h"
2122
#include "decode.h"

decode_tds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <stdio.h>
2020
#include <string.h>
2121
#include <strlcat.h>
22+
#include <arpa/inet.h>
2223

2324
#include "decode.h"
2425

decode_vrrp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <stdio.h>
1717
#include <string.h>
18+
#include <arpa/inet.h>
1819

1920
#include "buf.h"
2021
#include "decode.h"

ssh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <stdio.h>
2424
#include <stdlib.h>
2525
#include <string.h>
26+
#include <arpa/inet.h>
2627
#include <unistd.h>
2728

2829
#include "hex.h"

0 commit comments

Comments
 (0)