commit | ddc20de1483028ee0b4401266499a59631e9d659 | [log] [tgz] |
---|---|---|
author | Rom Lemarchand <romlem@google.com> | Thu Jan 02 19:31:53 2014 -0800 |
committer | Rom Lemarchand <romlem@android.com> | Fri Jan 03 21:27:05 2014 +0000 |
tree | afe715bfbf684fcb3fe9c38b490eb80c857329f6 | |
parent | f5447b0eb9cd2157f4935477f05d4c92dcda37c8 [diff] [blame] |
move sync headers from include to libsync Make sw_sync.h private Change-Id: I0b120ebe81fd4a191b7aa4b6a8de4f64d16e2b3e
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;