#ifndef APP_H #define APP_H 1 #include #include #include struct app_settings { char *something; }; #endif