diff options
Diffstat (limited to 'src/helper/configuration.h')
-rw-r--r-- | src/helper/configuration.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/helper/configuration.h b/src/helper/configuration.h index 1974bae..3cbcd41 100644 --- a/src/helper/configuration.h +++ b/src/helper/configuration.h @@ -19,8 +19,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * ***************************************************************************/ -#ifndef CONFIGURATION_H -#define CONFIGURATION_H +#ifndef OPENOCD_HELPER_CONFIGURATION_H +#define OPENOCD_HELPER_CONFIGURATION_H #include <helper/command.h> @@ -40,4 +40,4 @@ FILE *open_file_from_path(const char *file, const char *mode); char *find_file(const char *name); char *get_home_dir(const char *append_path); -#endif /* CONFIGURATION_H */ +#endif /* OPENOCD_HELPER_CONFIGURATION_H */ |