Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029ce99
)
lib: Commit missing bufio include.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 1 May 2016 01:37:29 +0000
(
03:37
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 1 May 2016 01:37:29 +0000
(
03:37
+0200)
lib/mtio.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/mtio.c
b/lib/mtio.c
index
183f9f2
..
957cbc2
100644
(file)
--- a/
lib/mtio.c
+++ b/
lib/mtio.c
@@
-31,6
+31,7
@@
#include <utils.h>
#include <mt.h>
#include <mtio.h>
+#include <bufio.h>
static ssize_t mtread(void *cookie, void *buf, size_t len)
{