libmapper: Add missing double include guard

Change-Id: I884619d0ef6588c30f63c5c5f7d14e0dc5249b6f
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/libmapper/mapper.h b/libmapper/mapper.h
index 1b37f34..3f86fa6 100644
--- a/libmapper/mapper.h
+++ b/libmapper/mapper.h
@@ -1,3 +1,4 @@
+#pragma once
 #include <systemd/sd-bus.h>
 #include <systemd/sd-event.h>