diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-15 17:40:22 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-15 17:40:22 +0100 |
| commit | 7bd1282fba79997816521e25485ab890a0a0126d (patch) | |
| tree | ba018cf7463c015a1e9b6ad69751c8c56bd8b0a3 /src/blind-from-image.c | |
| parent | Use macros to write the head (diff) | |
| download | blind-7bd1282fba79997816521e25485ab890a0a0126d.tar.gz blind-7bd1282fba79997816521e25485ab890a0a0126d.tar.bz2 blind-7bd1282fba79997816521e25485ab890a0a0126d.tar.xz | |
Fix some minor errors
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-from-image.c')
| -rw-r--r-- | src/blind-from-image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blind-from-image.c b/src/blind-from-image.c index 0a3f767..b66d127 100644 --- a/src/blind-from-image.c +++ b/src/blind-from-image.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include "stream.h" #include "util.h" #include <arpa/inet.h> |
