summaryrefslogtreecommitdiffstats
path: root/src/crypto/crandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/crandom.c')
-rw-r--r--src/crypto/crandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/crandom.c b/src/crypto/crandom.c
index 9828482e..1886f9b7 100644
--- a/src/crypto/crandom.c
+++ b/src/crypto/crandom.c
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
* uses random().
*/
-#include <gpxe/crypto.h>
+#include <ipxe/crypto.h>
#include <stdlib.h>
/**