Index: build_run.h =================================================================== --- build_run.h (revision 20009) +++ build_run.h (revision 20010) @@ -26,6 +26,9 @@ * */ +#ifndef PCB_BUILD_RUN_H +#define PCB_BUILD_RUN_H + #include void pcb_quit_app(void); @@ -104,3 +107,4 @@ void pcb_file_loaded_init(void); void pcb_file_loaded_uninit(void); +#endif