ncursesw 1.2.4.2 → 1.2.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/menu_wrap.c +1 -0
  2. metadata +1 -1
@@ -28,6 +28,7 @@
28
28
 
29
29
  #include "menu_wrap.h"
30
30
  #include "ncurses_wrap.h"
31
+ #include "compat.h"
31
32
 
32
33
  VALUE mMenu;
33
34
  VALUE cITEM;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ncursesw
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4.2
4
+ version: 1.2.4.3
5
5
  platform: ruby
6
6
  authors: []
7
7