mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Add missing header for va_list
This commit is contained in:
parent
132fec1a4a
commit
af552ddadc
|
|
@ -19,6 +19,7 @@ Contributors:
|
|||
#ifndef MOSQUITTO_LIBCOMMON_FILE_H
|
||||
#define MOSQUITTO_LIBCOMMON_FILE_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue