Index: work/hidlib/main.h =================================================================== --- work/hidlib/main.h (revision 25582) +++ work/hidlib/main.h (revision 25583) @@ -1,3 +1,6 @@ +#ifndef HLE_MAIN_H +#define HLE_MAIN_H + #include "global_typedefs.h" #include "hidlib.h" @@ -6,3 +9,5 @@ } design_t; extern design_t design; + +#endif