[asterisk-bugs] [Asterisk 0011296]: astobj2.h needs size_t
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Nov 19 12:13:08 CST 2007
The following issue has been CLOSED
======================================================================
http://bugs.digium.com/view.php?id=11296
======================================================================
Reported By: sperreault
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11296
Category: Core-General
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 89420
Disclaimer on File?: N/A
Request Review:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 11-19-2007 10:15 CST
Last Modified: 11-19-2007 12:13 CST
======================================================================
Summary: astobj2.h needs size_t
Description:
astobj2.h needs a definition of size_t.
Index: include/asterisk/astobj2.h
===================================================================
--- include/asterisk/astobj2.h (revision 89420)
+++ include/asterisk/astobj2.h (working copy)
@@ -17,6 +17,8 @@
#ifndef _ASTERISK_ASTOBJ2_H
#define _ASTERISK_ASTOBJ2_H
+#include <stdlib.h>
+
/*! \file
*
* \brief Object Model implementing objects and containers.
======================================================================
----------------------------------------------------------------------
rizzo - 11-19-07 12:13
----------------------------------------------------------------------
see http://bugs.digium.com/view.php?id=11301
Issue History
Date Modified Username Field Change
======================================================================
11-19-07 12:13 rizzo Status new => closed
11-19-07 12:13 rizzo Note Added: 0073981
======================================================================
More information about the asterisk-bugs
mailing list