aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd/sods.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ldd/sods.c')
-rw-r--r--usr.bin/ldd/sods.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c
index ab8affafea77..195651e27060 100644
--- a/usr.bin/ldd/sods.c
+++ b/usr.bin/ldd/sods.c
@@ -34,14 +34,12 @@ __FBSDID("$FreeBSD$");
#include <arpa/inet.h>
-#define FREEBSD_AOUT
-
#include <a.out.h>
#include <assert.h>
#include <ctype.h>
#include <err.h>
#include <fcntl.h>
-#include <link.h>
+#include <sys/link_aout.h>
#include <stab.h>
#include <stdio.h>
#include <stdlib.h>