Skip to content

Commit

Permalink
Fixed compilation with Xcode 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Nov 1, 2017
1 parent db8724d commit 2a3aab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -4,6 +4,7 @@ Lilu Changelog
#### v1.2.1
- Fixed a rare kernel panic when running Lilu with `-liludbg`
- Added a workaround for 10.13.2 beta issues
- Fixed compilation with Xcode 8.2

#### v1.2.0
- Added more handy reporting macros
Expand Down
2 changes: 1 addition & 1 deletion Lilu/Headers/kern_nvram.hpp
Expand Up @@ -10,7 +10,7 @@

#include <Library/LegacyIOService.h>
#include <libkern/c++/OSSymbol.h>
#include <stddef.h>
#include <libkern/libkern.h>
#include <stdint.h>

/**
Expand Down
2 changes: 1 addition & 1 deletion sha256/sha256.h
Expand Up @@ -15,7 +15,7 @@ extern "C" {

/*************************** HEADER FILES ***************************/
#include <stdint.h>
#include <stddef.h>
#include <libkern/libkern.h>

/****************************** MACROS ******************************/
#define SHA256_BLOCK_SIZE 32 // SHA256 outputs a 32 byte digest
Expand Down

0 comments on commit 2a3aab1

Please sign in to comment.