Skip to content

Commit

Permalink
portable; missing include in imsg compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
brynet committed Mar 30, 2017
1 parent c3972e2 commit 615f4a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/imsg-buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <unistd.h>

#include "imsg.h"
#include "magic.h"

int ibuf_realloc(struct ibuf *, size_t);
void ibuf_enqueue(struct msgbuf *, struct ibuf *);
Expand Down

0 comments on commit 615f4a9

Please sign in to comment.