Commit bf57cb22 authored by Alex Şuhan's avatar Alex Şuhan

Fix missing stdarg include

parent 86cf021d
......@@ -13,6 +13,7 @@
// limitations under the License.
#include <dlfcn.h>
#include <stdarg.h>
#include <string.h>
#include "core/types.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment