Browse Source

name collision fix

Kajetan Johannes Hammerle 2 years ago
parent
commit
a016e27df7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Types.h

+ 2 - 2
Types.h

@@ -1,5 +1,5 @@
-#ifndef TYPES_H
-#define TYPES_H
+#ifndef SNUVI_TYPES_H
+#define SNUVI_TYPES_H
 
 #ifdef __cplusplus
 extern "C" {