aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-02-05 16:48:09 +0100
committerMattias Andrée <maandree@operamail.com>2013-02-05 16:48:09 +0100
commit0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca (patch)
tree7b8ffdda4be4f9dd429f91f7ec5774a23fa37cf4 /c/sha3.c
parentupdate status (diff)
downloadsha3sum-0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca.tar.gz
sha3sum-0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca.tar.bz2
sha3sum-0e4ee7b1718d23c3ebc4e2dd35af2f0d4b2d05ca.tar.xz
beginning of porting the command to c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'c/sha3.c')
-rw-r--r--c/sha3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/sha3.c b/c/sha3.c
index be2adf5..60d7089 100644
--- a/c/sha3.c
+++ b/c/sha3.c
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdlib.h>
+#include "sha3.h"
#if __x86_64__ || __ppc64__