[Home]

Summary:ASTERISK-10810: astobj2.h needs size_t
Reporter:Simon Perreault (sperreault)Labels:
Date Opened:2007-11-19 10:15:36.000-0600Date Closed:2011-06-07 14:08:10
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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.
Comments:By: Luigi Rizzo (rizzo) 2007-11-19 12:13:08.000-0600

see ASTERISK-10815