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
depbase=`echo md5/md5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I /usr/local/include -MT md5/md5.o -MD -MP -MF $depbase.Tpo -c -o md5/md5.o md5/md5.c && mv -f $depbase.Tpo $depbase.Po
md5/md5.c:54:11: fatal error: 'endian.h' file not found
# include <endian.h>
^~~~~~~~~~
I believe the correct file to include is sys/endian.h but I'm not 100% on that. Seems to compile like that on my machine but I haven't done much validation.
The text was updated successfully, but these errors were encountered:
On FreeBSD,
#include <endian.h>
does not work:I believe the correct file to include is
sys/endian.h
but I'm not 100% on that. Seems to compile like that on my machine but I haven't done much validation.The text was updated successfully, but these errors were encountered: