1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ruby_init_setproctitle declaration has moved to internal/missing.h

This commit is contained in:
Nobuyoshi Nakada 2022-08-31 15:23:50 +09:00
parent 739380c97d
commit 08c3d08a18
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1,4 +1,5 @@
#include "internal.h" #include "internal.h"
#include "internal/missing.h"
#if defined HAVE_DLADDR #if defined HAVE_DLADDR
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif