Skip to content

Commit

Permalink
Fix for automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbandi committed Nov 11, 2015
1 parent 0bfb01d commit 8d2eefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sph/sha256_Y.c
Expand Up @@ -29,9 +29,9 @@
#include <stdint.h>
#include <string.h>

#include "algorithm/sysendian.h"
#include "../algorithm/sysendian.h"

#include "sph/sha256_Y.h"
#include "sha256_Y.h"

/*
* Encode a length len/4 vector of (uint32_t) into a length len vector of
Expand Down

0 comments on commit 8d2eefe

Please sign in to comment.