diff options
author | Kevin Newton <[email protected]> | 2023-08-30 17:21:50 -0400 |
---|---|---|
committer | git <[email protected]> | 2023-08-30 21:31:36 +0000 |
commit | 4aa98b2760944b04b827d6ba4037548a93ef94ff (patch) | |
tree | 0c2ed8187b3cf4f39c26c904acd73daa7ffa50c6 /yarp/yarp.h | |
parent | 36786cc381c118986e66d8c3184e25adbaeaf591 (diff) |
[ruby/yarp] Add a value to numbered references
https://github.com/ruby/yarp/commit/5d9b048971
Diffstat (limited to 'yarp/yarp.h')
-rw-r--r-- | yarp/yarp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yarp/yarp.h b/yarp/yarp.h index 6488d01adc..378efe0c93 100644 --- a/yarp/yarp.h +++ b/yarp/yarp.h @@ -16,6 +16,7 @@ #include "yarp/version.h" #include <assert.h> +#include <errno.h> #include <stdarg.h> #include <stdbool.h> #include <stdint.h> |