summaryrefslogtreecommitdiff
path: root/src/commonlib/storage/bouncebuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/storage/bouncebuf.c')
-rw-r--r--src/commonlib/storage/bouncebuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/storage/bouncebuf.c b/src/commonlib/storage/bouncebuf.c
index 9edf41aed8..a0a379e1cd 100644
--- a/src/commonlib/storage/bouncebuf.c
+++ b/src/commonlib/storage/bouncebuf.c
@@ -7,7 +7,7 @@
#include "bouncebuf.h"
#include "storage.h"
#include <string.h>
-#include <commonlib/stdlib.h>
+#include <commonlib/bsd/stdlib.h>
static int addr_aligned(struct bounce_buffer *state)
{