From cd4e65e19075b02c1940bf91ea38d3d40740a39f Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 12 Apr 2016 14:52:27 +0200 Subject: [PATCH] Fixed typo and includes in obiblob files --- src/obiblob.c | 3 +++ src/obiblob.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/obiblob.c b/src/obiblob.c index 3e1e7fe..842ef1c 100644 --- a/src/obiblob.c +++ b/src/obiblob.c @@ -13,7 +13,10 @@ #include #include #include +#include +#include "obiblob.h" +#include "encode.h" #include "obierrno.h" #include "obitypes.h" // For byte_t type #include "obidebug.h" diff --git a/src/obiblob.h b/src/obiblob.h index 07295a0..b60e633 100644 --- a/src/obiblob.h +++ b/src/obiblob.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Encoding header file * + * Obiblob header file * ****************************************************************************/ /**