You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can include libraries like proper and getopt by linking into my Erlang libs folder and inserting -include_lib("../.hrl"). in my code. I tried this with mochijson2, but I can't seem to find a .hrl file in the mochjson2 codebase.
The text was updated successfully, but these errors were encountered:
I can include libraries like proper and getopt by linking into my Erlang libs folder and inserting
-include_lib("../.hrl").
in my code. I tried this with mochijson2, but I can't seem to find a.hrl
file in the mochjson2 codebase.The text was updated successfully, but these errors were encountered: