summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-25 00:37:07 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-25 00:38:23 -0500
commit8f41144a0aee83c2f241eb1e0d4ac585a65b4afe (patch)
treea4497802fc748e413c6cfad2ab90c592fcbe06c4 /ntpshm.h
parentb7ee3abbaf7e77dccf3bc2c355e07ea519e4fe9e (diff)
downloadgpsd-8f41144a0aee83c2f241eb1e0d4ac585a65b4afe.tar.gz
First crude but working version of ntpmon. Needs polishing and documentation.
Diffstat (limited to 'ntpshm.h')
-rw-r--r--ntpshm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ntpshm.h b/ntpshm.h
index f27345d9..5a29369f 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -6,6 +6,7 @@
#ifndef GPSD_NTPSHM_H
#define GPSD_NTPSHM_H
+#include <stdbool.h>
#include <sys/time.h>
#include <sys/ipc.h>
#include <sys/shm.h>