diff options
| author | Roy Marples <roy@marples.name> | 2019-04-17 22:18:39 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-04-17 22:18:39 +0000 |
| commit | 480d88cc9b843e14eacbaeaf751a5bf9ff0645ce (patch) | |
| tree | 4b4b8b48148eb723ae6d420a038cfbc6a7aee54a /compat | |
| parent | 086fa4a29f10ce541cc731c27bfdc6ff1ec1b07e (diff) | |
| download | dhcpcd-480d88cc9b843e14eacbaeaf751a5bf9ff0645ce.tar.xz | |
Linux: Fix compile
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/crypt/sha256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/crypt/sha256.c b/compat/crypt/sha256.c index 6b2007dd..73c43c03 100644 --- a/compat/crypt/sha256.c +++ b/compat/crypt/sha256.c @@ -37,7 +37,7 @@ # endif #endif -#include "common.h" +#include "config.h" #include "sha256.h" #if BYTE_ORDER == BIG_ENDIAN |
