Skip to content

Commit

Permalink
mem.c: Add sys/types.h for ssize_t type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
scholand committed May 17, 2024
1 parent 57a2c86 commit ce17b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/num/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <stdbool.h>
#include <assert.h>
#include <stdint.h>
#include <sys/types.h>

#include "misc/tree.h"
#include "misc/misc.h"
Expand Down

0 comments on commit ce17b7d

Please sign in to comment.