add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
[musl] / src / internal / locale_impl.h
index f15e156..f5e4d9b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _LOCALE_IMPL_H
+#define _LOCALE_IMPL_H
+
 #include <locale.h>
 #include <stdlib.h>
 #include "libc.h"
@@ -33,3 +36,5 @@ const char *__lctrans_cur(const char *);
 
 #undef MB_CUR_MAX
 #define MB_CUR_MAX (CURRENT_UTF8 ? 4 : 1)
+
+#endif