Include <sys/types> before <sys/lock.h>, shuffle <ucontext.h>.
This commit is contained in:
parent
213cc4baf9
commit
04d0b802f7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: genassym.cf,v 1.2 2003/01/18 10:34:18 thorpej Exp $
|
||||
# $NetBSD: genassym.cf,v 1.3 2003/03/13 19:51:33 thorpej Exp $
|
||||
|
||||
# Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -34,9 +34,10 @@
|
|||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
include <ucontext.h>
|
||||
include <sys/types.h>
|
||||
include <sys/lock.h>
|
||||
include <sys/queue.h>
|
||||
include <ucontext.h>
|
||||
include "pthread.h"
|
||||
include "pthread_int.h"
|
||||
include "pthread_md.h"
|
||||
|
|
Loading…
Reference in New Issue