Skip to content
Snippets Groups Projects
Unverified Commit d1d06430 authored by David Newman's avatar David Newman Committed by GitHub
Browse files

Merge pull request #22 from egrange-gpsw/master

Add stdbool header for strict C builds
parents 75c2afce ba74e101
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
#include "CFHDAllocator.h"
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
// Convert the four character code to the correct byte order
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment