Skip to content

Commit

Permalink
Merge pull request #36 from keqiaozhang/rimagefix
Browse files Browse the repository at this point in the history
rimage: adding an include for all gcc version build
  • Loading branch information
lgirdwood committed Jul 2, 2018
2 parents 0613886 + a78a0f4 commit e1bd1a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rimage/pkcs1_5.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <openssl/bn.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>

#include "config.h"
#include "rimage.h"
Expand Down

0 comments on commit e1bd1a9

Please sign in to comment.