Author: Priyanka Govindharaj <priyanka.govindharaj@timesys.com>
Date: Fri, 18 Jul 2025 15:29:01 +0530

---
 clients/ppscheck.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/clients/ppscheck.c b/clients/ppscheck.c
index 8f078eb..145a522 100644
--- a/clients/ppscheck.c
+++ b/clients/ppscheck.c
@@ -22,6 +22,10 @@
  * SPDX-License-Identifier: BSD-2-clause
  */
 
+#ifndef N_PPS
+#define N_PPS		18
+#endif
+
 #include "../include/gpsd_config.h"   // must be before all includes
 
 #include <dirent.h>                   // for opendir()
-- 
2.34.1

