pw_sync: add missing C headers

Change-Id: I53b518726bd6930c9905c5ef9120992ca7fcd38e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/31802
Commit-Queue: Ewout van Bekkum <ewout@google.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
This commit is contained in:
Ewout van Bekkum 2021-02-03 14:40:58 -08:00 committed by CQ Bot Account
parent d517afc161
commit fdaa2ecf4b
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
// the License.
#pragma once
#include <stdbool.h>
#include <stddef.h>
#include "pw_chrono/system_clock.h"

View File

@ -13,6 +13,7 @@
// the License.
#pragma once
#include <stdbool.h>
#include <stddef.h>
#include "pw_chrono/system_clock.h"