Tim Rühsen <[email protected]> writes: >> > +#include "hash.h" >> can you please add an explicit dependency to the "hash" module in >> bootstrap.conf? > > ??? it is the hash.h from src directory. Why and where should it go into > bootstrap.conf ?
oops, sorry. I didn't realize we have our own hash implementation, I assumed we were using the module from gnulib :-( I have done some small changes to the indentation before push it. To avoid conflicts when you pull, I suggest you to erase the last commit from your local master with "git reset --hard HEAD~1". "git pull" should be a fast-forward, without any merge commit. Thanks for your contribution! Giuseppe
