Skip to content
Snippets Groups Projects
Commit 850a0d8f authored by Mike Hibler's avatar Mike Hibler
Browse files

protect from multiple includes

parent a8392436
No related branches found
No related tags found
No related merge requests found
#ifndef __imagezip_linux_types_h__
#define __imagezip_linux_types_h__
typedef unsigned char __u8;
typedef signed char __s8;
......@@ -9,3 +12,5 @@ typedef unsigned short __u16;
typedef signed long __s32;
typedef unsigned long __u32;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment