From be47cc4f82745bb02051fd1b4cf464d698710177 Mon Sep 17 00:00:00 2001 From: stefanf Date: Thu, 1 Sep 2005 15:21:23 +0000 Subject: Include needed headers that were obtained through . Sort headers while here. --- lib/libthr/thread/thr_create.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libthr/thread/thr_create.c') diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index 774eaaa..22d35e7 100644 --- a/lib/libthr/thread/thr_create.c +++ b/lib/libthr/thread/thr_create.c @@ -33,12 +33,13 @@ * $FreeBSD$ */ +#include +#include #include #include #include #include #include -#include #include "thr_private.h" -- cgit v1.1