`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
1 changed files with 1 additions and 0 deletions

View File

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