Skip to content

Commit

Permalink
removed malloc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Nov 8, 2023
1 parent 0638002 commit 92be0e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templ-tcp-hdr.c
Expand Up @@ -73,7 +73,6 @@
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <malloc.h> /*fixme: remove this*/

struct tcp_opt_t {
const unsigned char *buf;
Expand Down

0 comments on commit 92be0e0

Please sign in to comment.