[asterisk-commits] tilghman: trunk r240500 - /trunk/utils/astcanary.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 15 15:42:39 CST 2010
Author: tilghman
Date: Fri Jan 15 15:42:36 2010
New Revision: 240500
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240500
Log:
Oops, missed an include
Modified:
trunk/utils/astcanary.c
Modified: trunk/utils/astcanary.c
URL: http://svnview.digium.com/svn/asterisk/trunk/utils/astcanary.c?view=diff&rev=240500&r1=240499&r2=240500
==============================================================================
--- trunk/utils/astcanary.c (original)
+++ trunk/utils/astcanary.c Fri Jan 15 15:42:36 2010
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <stdio.h>
/*!\brief
* At one time, canaries were carried along with coal miners down
More information about the asterisk-commits
mailing list