summaryrefslogtreecommitdiffstats
path: root/libsync/sync_test.c
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2014-01-02 19:31:53 -0800
committerRom Lemarchand <romlem@android.com>2014-01-03 21:27:05 +0000
commitddc20de1483028ee0b4401266499a59631e9d659 (patch)
treeafe715bfbf684fcb3fe9c38b490eb80c857329f6 /libsync/sync_test.c
parentf5447b0eb9cd2157f4935477f05d4c92dcda37c8 (diff)
downloadsystem_core-ddc20de1483028ee0b4401266499a59631e9d659.zip
system_core-ddc20de1483028ee0b4401266499a59631e9d659.tar.gz
system_core-ddc20de1483028ee0b4401266499a59631e9d659.tar.bz2
move sync headers from include to libsync
Make sw_sync.h private Change-Id: I0b120ebe81fd4a191b7aa4b6a8de4f64d16e2b3e
Diffstat (limited to 'libsync/sync_test.c')
-rw-r--r--libsync/sync_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsync/sync_test.c b/libsync/sync_test.c
index 386747a..ee9ea3c 100644
--- a/libsync/sync_test.c
+++ b/libsync/sync_test.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <sync/sync.h>
+#include "sw_sync.h"
pthread_mutex_t printf_mutex = PTHREAD_MUTEX_INITIALIZER;