Fixed typo and includes in obiblob files

This commit is contained in:
Celine Mercier
2016-04-12 14:52:27 +02:00
parent 375bfcce8a
commit cd4e65e190
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <math.h>
#include "obiblob.h"
#include "encode.h"
#include "obierrno.h" #include "obierrno.h"
#include "obitypes.h" // For byte_t type #include "obitypes.h" // For byte_t type
#include "obidebug.h" #include "obidebug.h"

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* Encoding header file * * Obiblob header file *
****************************************************************************/ ****************************************************************************/
/** /**