Include <sys/cdefs.h> for __signed.

This commit is contained in:
kleink 2005-07-05 08:15:34 +00:00
parent c65a426711
commit 58a82aeec2

View File

@ -1,4 +1,4 @@
/* $NetBSD: stdint.h,v 1.3 2004/05/08 21:51:51 kleink Exp $ */
/* $NetBSD: stdint.h,v 1.4 2005/07/05 08:15:34 kleink Exp $ */
/*-
* Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@ -39,6 +39,7 @@
#ifndef _SYS_STDINT_H_
#define _SYS_STDINT_H_
#include <sys/cdefs.h>
#include <machine/int_types.h>
#ifndef int8_t