diff options
author | 2017-08-15 06:38:41 +0000 | |
---|---|---|
committer | 2017-08-15 06:38:41 +0000 | |
commit | 5be66c0191ff4143a111e7053876d5b9657450d1 (patch) | |
tree | 4e55f7d9e5f57e41753e7a461fda5fe3fa38b176 /lib/libc/thread/rthread_file.c | |
parent | Copy files from ../librthread in preparation for moving functionality (diff) | |
download | wireguard-openbsd-5be66c0191ff4143a111e7053876d5b9657450d1.tar.xz wireguard-openbsd-5be66c0191ff4143a111e7053876d5b9657450d1.zip |
Sort headers per style(9)
Diffstat (limited to 'lib/libc/thread/rthread_file.c')
-rw-r--r-- | lib/libc/thread/rthread_file.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/thread/rthread_file.c b/lib/libc/thread/rthread_file.c index 48cd5bda5bd..82d096844e6 100644 --- a/lib/libc/thread/rthread_file.c +++ b/lib/libc/thread/rthread_file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_file.c,v 1.1 2017/08/15 06:13:24 guenther Exp $ */ +/* $OpenBSD: rthread_file.c,v 1.2 2017/08/15 06:38:41 guenther Exp $ */ /* * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -37,11 +37,13 @@ * level too. * */ + +#include <sys/queue.h> +#include <pthread.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> -#include <sys/queue.h> -#include <pthread.h> + #include "rthread.h" #include "rthread_cb.h" |