Skip to content

Commit

Permalink
quic: fix build failure on older Linux versions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet authored Nov 23, 2023
1 parent 748f5e7 commit b2e8392
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/probe_modules/module_ipv6_quic_initial.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

/* module to perform IETF QUIC (draft-32) enumeration */

#include <netinet/udp.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
Expand Down
1 change: 0 additions & 1 deletion src/probe_modules/module_quic_initial.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

/* module to perform IETF QUIC (draft-32) enumeration */

#include <netinet/udp.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
Expand Down

0 comments on commit b2e8392

Please sign in to comment.