mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
iconv() is a mess between os-es; const char**, char**,... oh my...
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
|
||||
extern "C" {
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
#ifdef __minix
|
||||
# define XK_MISCELLANY
|
||||
# include <X11/keysymdef.h>
|
||||
#endif
|
||||
}
|
||||
|
||||
using std::list;
|
||||
|
||||
Reference in New Issue
Block a user