diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-09-20 04:59:01 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-09-20 04:59:01 +0000 |
| commit | 6874645fa9879ab2f06ff9cf9ee70ec34b72e65e (patch) | |
| tree | 9923c4222ad041895783c7f9082066eaa3203826 /lib/libc/powerpc | |
| parent | 25462e6589bbe9f71686bcd7a67bb596b7915eec (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc')
| -rw-r--r-- | lib/libc/powerpc/gen/_set_tp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/powerpc/gen/_set_tp.c b/lib/libc/powerpc/gen/_set_tp.c index aa1150a5dd163..eeb062f302170 100644 --- a/lib/libc/powerpc/gen/_set_tp.c +++ b/lib/libc/powerpc/gen/_set_tp.c @@ -25,6 +25,7 @@ * * $FreeBSD$ */ +#include "libc_private.h" void _set_tp(void *tpval) |
