Skip to content

Commit

Permalink
Add apline deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikwidlund committed Jun 7, 2020
1 parent ac827f7 commit 97a17b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dynamic/pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <errno.h>
#include <sys/socket.h>
#include <sys/param.h>
#include <sys/types.h>

#include "list.h"
#include "pool.h"
Expand Down
1 change: 1 addition & 0 deletions src/dynamic/segment.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <sys/types.h>

#include "dynamic.h"

Expand Down
1 change: 1 addition & 0 deletions src/dynamic/utility.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <sys/types.h>

#include "dynamic.h"

Expand Down

0 comments on commit 97a17b9

Please sign in to comment.