[thirdparty-commits] seanbright: editline/trunk r176 - /editline/trunk/np/vis.c
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Tue Jul 27 18:07:36 CDT 2010
Author: seanbright
Date: Tue Jul 27 18:07:31 2010
New Revision: 176
URL: http://svnview.digium.com/svn/thirdparty?view=rev&rev=176
Log:
Merge r127903 from asterisk trunk:
Merged revisions 127892,127895 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r127892 | kpfleming | 2008-07-03 17:18:38 -0500 (Thu, 03 Jul 2008) | 6 lines
a couple of small Solaris-related fixes
(closes issue #11885)
Reported by: snuffy, asgaroth
........
r127895 | kpfleming | 2008-07-03 17:20:16 -0500 (Thu, 03 Jul 2008) | 3 lines
remove this, it has been moved to the main Makefile
........
Modified:
editline/trunk/np/vis.c
Modified: editline/trunk/np/vis.c
URL: http://svnview.digium.com/svn/thirdparty/editline/trunk/np/vis.c?view=diff&rev=176&r1=175&r2=176
==============================================================================
--- editline/trunk/np/vis.c (original)
+++ editline/trunk/np/vis.c Tue Jul 27 18:07:31 2010
@@ -47,6 +47,9 @@
#include <assert.h>
#include "np/vis.h"
#include <stdlib.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
More information about the thirdparty-commits
mailing list