changed includes from ../mhl/ to <mhl/...>
[midnight-commander.git] / mhl / mhlenv.h
blob4d025548738c93cb7a2a0dbded05894d5f1e45e8
1 #ifndef __MHL_ENV_H
2 #define __MHL_ENV_H
4 #define mhl_getenv_dup(name) (mhl_str_dup(name ? getenv(name) : ""))
6 #endif