Merge pull request #3 from p4u/master

Fix libblobpack #2 and juci #72 issues
This commit is contained in:
Martin K. Schröder 2017-02-20 23:45:31 +01:00 committed by GitHub
commit 48987ff873
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <endian.h>
#include "blob.h"
#include "ieee754.h"

View file

@ -17,6 +17,7 @@
*/
#pragma once
#include <endian.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>