Skip to content

Instantly share code, notes, and snippets.

@h4cc
h4cc / gist:6387788
Created August 30, 2013 08:54
Add missing 'eunit.hrl' on Ubuntu/Debian with erlang-dev.
If you get this error:
> 'can't find include lib "eunit/include/eunit.hrl"'
even if you already installed "erlang-eunit.
Try installing 'erlang-dev':
> apt-get install erlang-dev