Skip to content
Snippets Groups Projects
Commit 7b2e2477 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

issue #5650

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7030 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c5f0a6db
No related branches found
No related tags found
No related merge requests found
2005-11-08 Kevin P. Fleming <kpfleming@digium.com>
* many files: add explicit include of stdio.h (issue #5650)
2005-11-07 Kevin P. Fleming <kpfleming@digium.com>
* UPGRADE.txt (Parking): add note about new parking behavior (issue #5532)
......
......@@ -23,6 +23,7 @@
* \ingroup applications
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <curl/curl.h>
......
......@@ -22,6 +22,7 @@
* \ingroup applications
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
......
......@@ -23,6 +23,7 @@
* \ingroup applications
*/
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <sys/ioctl.h>
......
......@@ -23,6 +23,7 @@
* \ingroup applications
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
......
......@@ -23,6 +23,7 @@
* \ingroup applications
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
......
......@@ -24,6 +24,7 @@
* \ingroup applications
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
......
......@@ -25,6 +25,7 @@
* http://www.unixodbc.org
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
......
......@@ -28,6 +28,7 @@
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment