Skip to content

Commit

Permalink
fix(buffer): properly include required functions
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
jtheoof committed May 17, 2020
1 parent 097b35b commit d787586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <time.h>
#include <unistd.h>

#include "box.h"
#include "wayland.h"
Expand Down

0 comments on commit d787586

Please sign in to comment.