Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from novski/b2g-fp2
Browse files Browse the repository at this point in the history
Bug 1294725 - Fairphone 2 needs special caf repo revision=gerard-majax
  • Loading branch information
lissyx committed Sep 8, 2016
2 parents 66548a1 + cc593dc commit 3632acf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/binder/Binder.h
Expand Up @@ -17,7 +17,13 @@
#ifndef ANDROID_BINDER_H
#define ANDROID_BINDER_H

#if __cplusplus >= 201103L
#include <atomic>
typedef std::atomic<uintptr_t> atomic_uintptr_t;
#else
#include <stdatomic.h>
#endif

#include <stdint.h>
#include <binder/IBinder.h>

Expand Down

0 comments on commit 3632acf

Please sign in to comment.