speymolt / mac-dictionary-kit

Automatically exported from code.google.com/p/mac-dictionary-kit
0 stars 0 forks source link

#include <cstdlib> missing in file.hpp #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to build makedict on Mac OS X 10.9, I was getting errors: 
/dictd_parser.cpp:164:10: Use of undeclared identifier 'EXIT_FAILURE'

I fixed this by adding
#include <cstdlib>
to file.hpp

Now it compiles fine. 

Original issue reported on code.google.com by a...@twardoch.com on 25 Nov 2013 at 4:36

GoogleCodeExporter commented 9 years ago
SORRY, IGNORE

Original comment by a...@twardoch.com on 25 Nov 2013 at 4:55