Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
ruti committed Feb 18, 2024
1 parent 7666899 commit b9e4749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packets.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>

#define IS_UNKNOWN 0
#define IS_HTTP 1
Expand Down

0 comments on commit b9e4749

Please sign in to comment.