Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/stdio/scanf.c

    r3e6a98c5 ra3da2b2  
    3535#define LIBPOSIX_INTERNAL
    3636
     37/* Must be first. */
     38#include "posix/stdbool.h"
     39
    3740#include "posix/assert.h"
    3841#include "posix/errno.h"
     
    4750#include "../internal/common.h"
    4851#include "libc/malloc.h"
    49 #include "libc/stdbool.h"
    5052
    5153/** Unified data type for possible data sources for scanf. */
Note: See TracChangeset for help on using the changeset viewer.