[asterisk-bugs] [Asterisk 0010534]: /usr/src/asterisk/main/minimime/mm.h uint32_t not recognized
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Aug 23 10:16:17 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10534
======================================================================
Reported By: philmorew
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 10534
Category: PBX/General
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 08-23-2007 05:22 CDT
Last Modified: 08-23-2007 10:16 CDT
======================================================================
Summary: /usr/src/asterisk/main/minimime/mm.h uint32_t not
recognized
Description:
so I added the following to continue the make immediately after:
#include <sys/types.h>
/* start */
#if defined(__OpenBSD__) || defined( __FreeBSD__)
#include <inttypes.h>
#else
#include <stdint.h>
#endif
/*
* * If you do not have the ISO standard stdint.h header file, then you
* * must typdef the following:
* * name meaning
* * uint32_t unsigned 32 bit integer
* * uint8_t unsigned 8 bit integer (i.e., unsigned char)
* *
* */
/* finish */
======================================================================
----------------------------------------------------------------------
qwell - 08-23-07 10:16
----------------------------------------------------------------------
Already fixed.
Issue History
Date Modified Username Field Change
======================================================================
08-23-07 10:16 qwell Status new => resolved
08-23-07 10:16 qwell Resolution open => fixed
08-23-07 10:16 qwell Assigned To => qwell
08-23-07 10:16 qwell Note Added: 0069298
======================================================================
More information about the asterisk-bugs
mailing list