Skip to content
Snippets Groups Projects
Commit ba74e101 authored by Emeric Grange's avatar Emeric Grange
Browse files

Add stdbool header for strict C builds

parent 75c2afce
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