iconv() is a mess between os-es; const char**, char**,... oh my...

This commit is contained in:
Sanel Zukan
2012-09-24 14:01:08 +00:00
parent 240c195d87
commit c39c0718f9
2 changed files with 10 additions and 0 deletions

View File

@@ -23,6 +23,11 @@
extern "C" {
#include <X11/Xutil.h>
#ifdef __minix
# define XK_MISCELLANY
# include <X11/keysymdef.h>
#endif
}
using std::list;