bbidulock / blackboxwm

A window manager for X11
Other
167 stars 28 forks source link

Add missing include #32

Closed npavlinek closed 4 years ago

npavlinek commented 4 years ago

If using a pre-C++11 standard, like C++98 or C++03, the code doesn't compile since it can't find getenv and unsetenv. The fix for this is to include cstdlib.

npavlinek commented 4 years ago

Nvm, I just noticed there already a pull request for this (#31)...