Changeset d735e2e in mainline for boot/generic/src/str.c


Ignore:
Timestamp:
2017-06-04T20:38:24Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a99507
Parents:
de1712e
Message:

Boot should define bool in stdbool.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/generic/src/str.c

    rde1712e rd735e2e  
    9898 */
    9999
     100#include <errno.h>
     101#include <stdbool.h>
     102#include <stddef.h>
    100103#include <str.h>
    101 #include <errno.h>
    102104
    103105/** Check the condition if wchar_t is signed */
Note: See TracChangeset for help on using the changeset viewer.