Skip to content

Commit ac33677

Browse files
committed
Add config.h header include into msg_hash_lbl_str.h
1 parent 6cb1b28 commit ac33677

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

msg_hash_lbl_str.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef MSG_HASH_LBL_STR_H__
22
#define MSG_HASH_LBL_STR_H__
33

4+
#ifdef HAVE_CONFIG_H
5+
#include "config.h"
6+
#endif
7+
48
#define MENU_ENUM_LABEL_SWITCH_CPU_PROFILE_STR "switch_cpu_profile"
59
#define MENU_ENUM_LABEL_ACCOUNTS_CHEEVOS_USERNAME_STR "accounts_cheevos_username"
610
#define MENU_ENUM_LABEL_ACCOUNTS_LIST_STR "accounts_list"

0 commit comments

Comments
 (0)