about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/myalign.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/myalign.h b/src/include/myalign.h
index d627b25d..264c71eb 100755
--- a/src/include/myalign.h
+++ b/src/include/myalign.h
@@ -1,3 +1,5 @@
+#ifndef __MY_ALIGN__H_
+#define __MY_ALIGN__H_
 #include <stdint.h>
 
 typedef struct x64_va_list_s {
@@ -171,3 +173,5 @@ void UnalignSemidDs(void *dest, const void* source);
 void AlignSemidDs(void *dest, const void* source);
 
 uintptr_t getVArgs(x64emu_t* emu, int pos, uintptr_t* b, int N);
+
+#endif  //__MY_ALIGN__H_
\ No newline at end of file