From feccf0adf3e6861b11a7768669a63c327f77ec10 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 1 May 2024 03:11:07 -0400 Subject: Vector code --- include/osm/bind.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osm/bind.h') diff --git a/include/osm/bind.h b/include/osm/bind.h index 5107c52..e1627c6 100644 --- a/include/osm/bind.h +++ b/include/osm/bind.h @@ -1,3 +1,5 @@ +#ifndef OSM_BIND_H +#define OSM_BIND_H /** * Bind to the next available onboard socket in the given directory @@ -12,3 +14,4 @@ int osm_bind_local(int sockfd, const char *sock_dir); */ int osm_open_onboard(char *sock_dir); +#endif -- cgit v1.2.3