Jegeva/ettin

Missing header files

Closed this issue · 1 comments

Hey!

During the build process, I observed the following error.

ettin_mac.h included from inc/ettin.h seems to be not included.

sdemeester001@BE-C02WQ2KWHTDF:~/Documents/programming_projects/ettin$ make
gcc -c -Wall -Iinc -g src/ettin.c -o build/ettin.o
In file included from src/ettin.c:1:
In file included from inc/main.h:19:
inc/ettin.h:11:10: fatal error: 'ettin_mac.h' file not found
#include <ettin_mac.h>
         ^~~~~~~~~~~~~
1 error generated.
make: *** [build/ettin.o] Error 1

Regards,
Sander

Commit 6d90974 resolves issue.