summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--osdep/swab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/swab.c b/osdep/swab.c
index 1b0f2f172b..cf8efe6bee 100644
--- a/osdep/swab.c
+++ b/osdep/swab.c
@@ -2,7 +2,7 @@
#ifndef HAVE_SWAB
/* system has no swab. emulate via bswap */
-#include "bswap.h"
+#include "mpbswap.h"
#include <unistd.h>
void swab(const void *from, void *to, ssize_t n) {