summaryrefslogtreecommitdiff
path: root/include/osm/bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osm/bind.h')
-rw-r--r--include/osm/bind.h3
1 files changed, 3 insertions, 0 deletions
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