[asterisk-commits] iostream: Move include of asterisk.h (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 28 08:35:46 CST 2016
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/4501 )
Change subject: iostream: Move include of asterisk.h
......................................................................
iostream: Move include of asterisk.h
The asterisk.h header file needs to be included first or else
some things go awry, such as:
implicit declaration of function 'vasprintf'
Change-Id: I981dc2a77a1ba791888e4f1726644d4656c0407c
---
M main/iostream.c
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
George Joseph: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/main/iostream.c b/main/iostream.c
index 46abc18..0088881 100644
--- a/main/iostream.c
+++ b/main/iostream.c
@@ -16,10 +16,11 @@
* at the top of the source tree.
*/
+#include "asterisk.h"
+
#include <fcntl.h>
#include <stdarg.h>
-#include "asterisk.h"
#include "asterisk/utils.h"
#include "asterisk/astobj2.h"
#include "asterisk/iostream.h"
--
To view, visit https://gerrit.asterisk.org/4501
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I981dc2a77a1ba791888e4f1726644d4656c0407c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
More information about the asterisk-commits
mailing list