Skip to content
Snippets Groups Projects
Commit e3dae763 authored by Joshua Colp's avatar Joshua Colp
Browse files

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
parent d9b24cce
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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