I just pulled the source to NASM and I can't find directiv.h.
I am getting the following fatal error:
In file included from ../nasm/asm/nasm.c:41:0:
../nasm/include/nasm.h:50:10: fatal error: directiv.h: No such file or directory
#include "directiv.h" /* For enum directive */
^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:80: asm/nasm.o] Error 1