-/* $OpenBSD: rthread_attr.c,v 1.19 2012/03/22 15:26:04 kurt Exp $ */
+/* $OpenBSD: rthread_attr.c,v 1.20 2014/08/09 03:29:35 guenther Exp $ */
/*
* Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
* All Rights Reserved.
* generic attribute support
*/
-#include <inttypes.h>
+#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
-/* $OpenBSD: rthread_np.c,v 1.13 2014/07/08 17:19:22 deraadt Exp $ */
+/* $OpenBSD: rthread_np.c,v 1.14 2014/08/09 03:29:35 guenther Exp $ */
/*
* Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
* Copyright (c) 2005 Otto Moerbeek <otto@openbsd.org>
#include <sys/queue.h>
#include <sys/sysctl.h>
-#include <inttypes.h>
+#include <stdint.h>
#include <errno.h>
#include <pthread.h>
#include <pthread_np.h>