Skip to content

Commit

Permalink
Fix build issue (#64)
Browse files Browse the repository at this point in the history
Fix the typo to include header file normally
  • Loading branch information
SteppoFF authored and Zhen Wei committed Aug 31, 2018
1 parent a6b3f35 commit 2224441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pow_avx.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <pthread.h>
#include <constants.h>
#include "constants.h"

typedef struct _pwork_struct Pwork_struct;

Expand Down

0 comments on commit 2224441

Please sign in to comment.