summaryrefslogtreecommitdiff
path: root/include/osm/discover.h
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-05-02 00:00:34 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-05-02 00:00:34 -0400
commitdc9df45dc6578704a367ab6a72842f65b1190f77 (patch)
tree2ba683aed5e1ba2fa3e72fc9706ad66615cbc336 /include/osm/discover.h
parentaab7fe08faf2aec394174b2ee9782988bfc7fa30 (diff)
default listen and accept impl
Diffstat (limited to 'include/osm/discover.h')
-rw-r--r--include/osm/discover.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osm/discover.h b/include/osm/discover.h
index 68bda60..cab24aa 100644
--- a/include/osm/discover.h
+++ b/include/osm/discover.h
@@ -2,6 +2,7 @@
#define OSM_DISCOVER_H
#include <osm/utils.h>
+#include <osm/device.h>
Vector osm_discover_onboard(char *sock_dir);