Archived
14
0
Fork 0

Merged revisions 81778 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r81778 | qwell | 2007-09-06 14:59:07 -0500 (Thu, 06 Sep 2007) | 2 lines

This should fix a build issue that people building against uClibc were seeing with the addition of astobj2

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81779 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2007-09-06 20:00:08 +00:00
parent 520ff82c05
commit 879f901a50

View file

@ -17,8 +17,6 @@
#ifndef _ASTERISK_ASTOBJ2_H
#define _ASTERISK_ASTOBJ2_H
#include "asterisk/lock.h"
/*! \file
*
* \brief Object Model implementing objects and containers.