aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-27 23:21:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-27 23:21:20 +0900
commit78c5bb1136f7db559f14ba44eb04503b1493672d (patch)
tree8787f0ae389fc15a397468ecd85d31d2b6717576 /util.c
parentb7237e3bbd36e7c520c4cbaf1f866b6dcc265a99 (diff)
downloadruby-78c5bb1136f7db559f14ba44eb04503b1493672d.tar.gz
Remove duplicate `#include <string.h>` [ci skip]
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index f39e17b8b7..3c08879ce5 100644
--- a/util.c
+++ b/util.c
@@ -14,7 +14,7 @@
#endif
#ifndef __STDC_WANT_LIB_EXT1__
-#define __STDC_WANT_LIB_EXT1__ 1
+#define __STDC_WANT_LIB_EXT1__ 1 /* for qsort_s() */
#endif
#include "ruby/internal/config.h"