Skip to content

Commit

Permalink
Add missing header file
Browse files Browse the repository at this point in the history
  • Loading branch information
LizzyFleckenstein03 committed Apr 1, 2021
1 parent e51c788 commit 9ebde07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>

bool read_full(int fd, char *buffer, size_t size);

Expand Down

0 comments on commit 9ebde07

Please sign in to comment.