Changeset fd1b1ce in mainline


Ignore:
Timestamp:
2014-10-09T15:11:26Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9048147
Parents:
e367939c
Message:

Fix include for bool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/urcu/rcu.h

    re367939c rfd1b1ce  
    3939#include <compiler/barrier.h>
    4040#include <libarch/barrier.h>
    41 #include <bool.h>
     41#include <stdbool.h>
    4242
    4343/** Use to assign a pointer to newly initialized data to a rcu reader
Note: See TracChangeset for help on using the changeset viewer.