mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31:42 -05:00
Merge pull request #3 from p4u/master
Fix libblobpack #2 and juci #72 issues
This commit is contained in:
commit
48987ff873
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include <endian.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue