Selaa lähdekoodia

Added dmm_config header guard.

Ioannis Koutras 13 vuotta sitten
vanhempi
commit
efec350abe
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      dmm_config.h.in

+ 6 - 0
dmm_config.h.in

@@ -1,2 +1,8 @@
+#ifndef DMM_CONFIG_H
+#define DMM_CONFIG_H
+
 #cmakedefine HAVE_LOCKS
 #cmakedefine WITH_MEMORY_SPACE_AWARENESS
+
+#endif /* DMM_CONFIG_H */
+