Merge "cutils: bitops: add include for bool"
This commit is contained in:
commit
9067dd3aef
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#ifndef __CUTILS_BITOPS_H
|
||||
#define __CUTILS_BITOPS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue