Need to include stdint.h for unit64_t on SUA 6.0.
This commit is contained in:
parent
6108b16a83
commit
9244674af5
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.3 2008/10/08 14:28:14 joerg Exp $ */
|
||||
/* $NetBSD: types.h,v 1.4 2008/12/14 07:50:49 obache Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||
|
@ -44,6 +44,10 @@
|
|||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Declare macros and functions that may be missing in <sys/types.h>.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue