Skip to content

Commit d186362

Browse files
committed
pbio/sys/storage: Fix missing stdbool.
1 parent a47316e commit d186362

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/pbio/include/pbsys/storage_settings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#ifndef _PBSYS_STORAGE_SETTINGS_H_
1313
#define _PBSYS_STORAGE_SETTINGS_H_
1414

15+
#include <stdbool.h>
1516
#include <stdint.h>
1617

1718
#include <pbio/error.h>

0 commit comments

Comments
 (0)