summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
authorAdam Schubert <feartohell@seznam.cz>2015-05-09 05:03:37 +0200
committerAdam Schubert <feartohell@seznam.cz>2015-05-09 05:03:37 +0200
commitd5f10586d3258e3098aa7ed8907cee5ab3ddfe95 (patch)
treed35c4436fde1e491a5c8458a774c40f06e4f3b8f /stream.c
parent19a91d586a3aa7215fad5a6803f7f024fddbcca4 (diff)
downloadlibrsync-d5f10586d3258e3098aa7ed8907cee5ab3ddfe95.tar.gz
Include config.h properly
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 8264c0c..611662e 100644
--- a/stream.c
+++ b/stream.c
@@ -83,7 +83,7 @@
/* TODO: Return errors rather than aborting if something goes wrong. */
-#include <config.h>
+#include "config.h"
#include <assert.h>
#include <stdlib.h>