X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fhash%2Fhash.c;h=5e106ad35cc4e4a85d65edc3c7025a0588f2990f;hp=104a2958ff26b7597827f5593a73412fe61e7da0;hb=9d724ba2aa3b69cc56d20e5f578b2c1399e965f6;hpb=41069549813a04a2875063cb12e8057f5d54d7f1 diff --git a/ccan/hash/hash.c b/ccan/hash/hash.c index 104a2958..5e106ad3 100644 --- a/ccan/hash/hash.c +++ b/ccan/hash/hash.c @@ -42,7 +42,7 @@ on 1 byte), but shoehorning those bytes into integers efficiently is messy. #include /* attempt to define endianness */ #endif -#include "hash/hash.h" +#include "hash.h" #ifdef linux # include /* attempt to define endianness */ #endif