diff options
Diffstat (limited to 'lib/libc/thread/rthread_debug.c')
-rw-r--r-- | lib/libc/thread/rthread_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/thread/rthread_debug.c b/lib/libc/thread/rthread_debug.c index ce7d347f83e..18d3a8567d6 100644 --- a/lib/libc/thread/rthread_debug.c +++ b/lib/libc/thread/rthread_debug.c @@ -1,11 +1,11 @@ -/* $OpenBSD: rthread_debug.c,v 1.1 2017/08/15 06:13:24 guenther Exp $ */ +/* $OpenBSD: rthread_debug.c,v 1.2 2017/08/15 06:38:41 guenther Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ #include <pthread.h> #include <stdarg.h> -#include <stdlib.h> #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include "rthread.h" |