summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 4052aa4cd7..58370bc628 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -4,6 +4,7 @@ include ../config.mak
LIBNAME = libosdep.a
SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \
+ swab.c
# timer.c
ifeq ($(TARGET_ARCH_X86),yes)