aboutsummaryrefslogtreecommitdiff
path: root/gdb/charset-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/charset-list.h')
-rw-r--r--gdb/charset-list.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/charset-list.h b/gdb/charset-list.h
index 37c4bbc..8ec1f1b 100644
--- a/gdb/charset-list.h
+++ b/gdb/charset-list.h
@@ -17,6 +17,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef CHARSET_LIST_H
+#define CHARSET_LIST_H
+
/* Note that the first entry must always be "auto".
The remaining entries were created by running this script:
@@ -1188,3 +1191,5 @@
"WINSAMI2", \
"WS2", \
"YU",
+
+#endif /* CHARSET_LIST_H */