Skip to content
Snippets Groups Projects
Commit 0a87b55f authored by Russell Bryant's avatar Russell Bryant
Browse files

ensure that strings.h has va_list defined (bug #4900)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c65f1a04
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
#define _ASTERISK_STRINGS_H
#include <string.h>
#include <stdarg.h>
#include "asterisk/inline_api.h"
#include "asterisk/compiler.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