b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/ts2phc_pps_sink.c |
2 | +++ b/ts2phc_pps_sink.c | ||||
3 | @@ -4,6 +4,9 @@ | ||||
4 | * @note Copyright (C) 2019 Balint Ferencz <fernya@sch.bme.hu> | ||||
5 | * @note SPDX-License-Identifier: GPL-2.0+ | ||||
6 | */ | ||||
7 | +#ifndef __SANE_USERSPACE_TYPES__ | ||||
8 | +#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */ | ||||
9 | +#endif | ||||
10 | #include <errno.h> | ||||
11 | #include <linux/ptp_clock.h> | ||||
12 | #include <poll.h> |