Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4692a087 authored by Steve Kondik's avatar Steve Kondik
Browse files

Another broken ifdef. I should test these things first.

parent ebc4e9c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#include <cutils/atomic.h>
#include <cutils/properties.h>
#ifdef USE_ECLAIR_MEMORYDEALER
#include <binder/MemoryDealer.h>
#include <binder/MemoryDealerEclair.h>
#else
#include <binder/MemoryBase.h>
#include <binder/MemoryHeapBase.h>