aboutsummaryrefslogtreecommitdiff
path: root/src/util/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/buffer.c')
-rw-r--r--src/util/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/buffer.c b/src/util/buffer.c
index 662e4d0f2..f88c56849 100644
--- a/src/util/buffer.c
+++ b/src/util/buffer.c
@@ -18,9 +18,9 @@
18 * @brief Common buffer management functions. 18 * @brief Common buffer management functions.
19 * @author Florian Dold 19 * @author Florian Dold
20 */ 20 */
21
21#include "platform.h" 22#include "platform.h"
22#include "gnunet_util_lib.h" 23#include "gnunet_util_lib.h"
23#include "gnunet_buffer_lib.h"
24 24
25/** 25/**
26 * Initialize a buffer with the given capacity. 26 * Initialize a buffer with the given capacity.