summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/sparc64/rtld_machdep.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-09 20:20:43 +0000
committerru <ru@FreeBSD.org>2002-10-09 20:20:43 +0000
commit908ae3fbf2d09a534e2f550ad28df1990ec7e7f9 (patch)
treee4a1bef441404ff338f258d1f8cbf91baf842bb9 /libexec/rtld-elf/sparc64/rtld_machdep.h
parentb67dc726b1d7701ec238373bf94c13caf097fd62 (diff)
downloadFreeBSD-src-908ae3fbf2d09a534e2f550ad28df1990ec7e7f9.zip
FreeBSD-src-908ae3fbf2d09a534e2f550ad28df1990ec7e7f9.tar.gz
<machine/atomic.h> requires <sys/types.h>.
Reviewed by: jake, mike
Diffstat (limited to 'libexec/rtld-elf/sparc64/rtld_machdep.h')
-rw-r--r--libexec/rtld-elf/sparc64/rtld_machdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/sparc64/rtld_machdep.h b/libexec/rtld-elf/sparc64/rtld_machdep.h
index 89c5abe..f91840f 100644
--- a/libexec/rtld-elf/sparc64/rtld_machdep.h
+++ b/libexec/rtld-elf/sparc64/rtld_machdep.h
@@ -29,6 +29,7 @@
#ifndef RTLD_MACHDEP_H
#define RTLD_MACHDEP_H 1
+#include <sys/types.h>
#include <machine/atomic.h>
#define atomic_incr_int(p) atomic_add_int((p), 1)
OpenPOWER on IntegriCloud