Add r_userconf back to include/r_types.h (#10314)
Fixes regression issue #10313
This commit is contained in:
parent
95af694ef9
commit
b5300c75df
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
// defines like IS_DIGIT, etc'
|
// defines like IS_DIGIT, etc'
|
||||||
#include "r_util/r_str_util.h"
|
#include "r_util/r_str_util.h"
|
||||||
|
#include "r_userconf.h"
|
||||||
|
|
||||||
// TODO: fix this to make it crosscompile-friendly: R_SYS_OSTYPE ?
|
// TODO: fix this to make it crosscompile-friendly: R_SYS_OSTYPE ?
|
||||||
/* operating system */
|
/* operating system */
|
||||||
|
|
Loading…
Reference in New Issue