summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote-write.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-16 07:49:21 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-16 07:53:02 -0400
commita812a8816c350261ab1ed6a2583fa4ec09b1eb4d (patch)
tree4bdc5132117e8882683021e4f2f5dd6abe8c8877 /src/journal-remote/journal-remote-write.c
parent4e4877d96c8afd0818176a472080986bbf28ea3a (diff)
journal-remote: fix double typedef and add missing header
Diffstat (limited to 'src/journal-remote/journal-remote-write.c')
-rw-r--r--src/journal-remote/journal-remote-write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/journal-remote/journal-remote-write.c b/src/journal-remote/journal-remote-write.c
index bec4cb1f7b..8ede950bea 100644
--- a/src/journal-remote/journal-remote-write.c
+++ b/src/journal-remote/journal-remote-write.c
@@ -20,7 +20,6 @@
***/
#include "journal-remote.h"
-#include "journal-remote-write.h"
int iovw_put(struct iovec_wrapper *iovw, void* data, size_t len) {
if (!GREEDY_REALLOC(iovw->iovec, iovw->size_bytes, iovw->count + 1))