Skip to content

Commit

Permalink
Add missing stdint.h include
Browse files Browse the repository at this point in the history
Co-Authored-By: Tim Ruffing <crypto@timruffing.de>
  • Loading branch information
laanwj and real-or-random authored Dec 12, 2019
1 parent 8a7dea1 commit 1e01786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bench.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef SECP256K1_BENCH_H
#define SECP256K1_BENCH_H

#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "sys/time.h"
Expand Down

0 comments on commit 1e01786

Please sign in to comment.