Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Jan 21, 2020
1 parent 81d36d2 commit 75e2bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gmp_port_lists.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
#include "manage_port_lists.h"
#include "utils.h"

#include <stdlib.h>
#include <string.h>
#include <strings.h>


/* CREATE_PORT_LIST. */

Expand Down

0 comments on commit 75e2bef

Please sign in to comment.