Ignore:
Timestamp:
2018-07-05T21:41:20Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ecb072d
Parents:
a75f3e49
git-author:
Dzejrou <dzejrou@…> (2018-03-02 20:23:47)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
Message:

cpp: bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/mutex.hpp

    ra75f3e49 r5e5498e  
    3030#define LIBCPP_MUTEX
    3131
     32#include <internal/common.hpp>
    3233#include <thread>
    33 
    34 extern "C" {
    35 #include <fibril_synch.h>
    36 }
    3734
    3835namespace std
    3936{
     37    extern "C" {
     38    #include <fibril.h>
     39    #include <fibril_synch.h>
     40    }
     41
    4042    /**
    4143     * 20.4.1.2.1, class mutex:
Note: See TracChangeset for help on using the changeset viewer.