]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Linux: Fix compile
authorRoy Marples <roy@marples.name>
Wed, 17 Apr 2019 22:18:39 +0000 (22:18 +0000)
committerRoy Marples <roy@marples.name>
Wed, 17 Apr 2019 22:18:39 +0000 (22:18 +0000)
compat/crypt/sha256.c
src/common.h

index 6b2007ddbf2cc62af2f80342272be2246f976482..73c43c037fa2c93ebf49218a9b4b23c22194b127 100644 (file)
@@ -37,7 +37,7 @@
 #  endif
 #endif
 
-#include "common.h"
+#include "config.h"
 #include "sha256.h"
 
 #if BYTE_ORDER == BIG_ENDIAN
index 56870fb570ba299fe1ffe893549dff7176f29269..1022e6ff25ab88707a000cf37bbf3ea105ae1c33 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <sys/param.h>
 #include <sys/time.h>
+#include <stdint.h>
 #include <stdio.h>
 
 #ifndef HOSTNAME_MAX_LEN