Fix header path

This commit is contained in:
Justin Ethier 2019-10-18 10:38:55 -04:00
parent d3aa33f593
commit d54e20fc34

View file

@ -20,7 +20,7 @@
#include <pthread.h> #include <pthread.h>
#include <stdint.h> #include <stdint.h>
#include <dlfcn.h> #include <dlfcn.h>
#include "cyclone_bignum.h" #include "cyclone/bignum.h"
/** /**
* Generic object type * Generic object type