Fix incorrect include in sha256.c.

pull/2/head
Christopher Wellons 2017-03-04 11:59:13 -05:00
parent 4150e9f217
commit 3ee9942c01
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
/*************************** HEADER FILES ***************************/
#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include "sha256.h"
/****************************** MACROS ******************************/