From dc9df45dc6578704a367ab6a72842f65b1190f77 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 2 May 2024 00:00:34 -0400 Subject: default listen and accept impl --- include/osm/discover.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osm/discover.h') 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 +#include Vector osm_discover_onboard(char *sock_dir); -- cgit v1.2.3