Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdbool.h

    r6921178 ra92f13d  
    3737
    3838#ifdef LIBC_BOOL_H_
    39         #error "You can't include bool.h and stdbool.h at the same time."
     39#       ifndef POSIX_STDIO_H_
     40#               ifndef POSIX_STDLIB_H_
     41#                       error "You can't include bool.h and stdbool.h at the same time."
     42#               endif
     43#       endif
    4044#endif
    4145#define LIBC_BOOL_H_
Note: See TracChangeset for help on using the changeset viewer.