X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fhash%2Fhash.c;h=5e106ad35cc4e4a85d65edc3c7025a0588f2990f;hp=104a2958ff26b7597827f5593a73412fe61e7da0;hb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;hpb=a86b21063f9627872914961b651f97be0aadad12 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