Skip to content

Commit

Permalink
Merge pull request #51 from AhiyaHiya/c_modification
Browse files Browse the repository at this point in the history
Fixed defect in include statement.
  • Loading branch information
bdrister committed Jul 15, 2016
2 parents 098ce42 + afe223d commit c32ada4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CoreFoundation/AquaticPrime.c
Expand Up @@ -30,7 +30,7 @@

#include "AquaticPrime.h"
#include <Security/Security.h>
#import <sys/stat.h>
#include <sys/stat.h>

static SecKeyRef publicKeyRef;
static __strong CFStringRef hash;
Expand Down

0 comments on commit c32ada4

Please sign in to comment.