Commit 382fd0beceaf6561d2563907610579d694ca71f9

Authored by Georg Hopp
1 parent bb650bda

add missing include to stdarg.h

Showing 1 changed file with 1 additions and 0 deletions
1 1 #include <stdlib.h>
  2 +#include <stdarg.h>
2 3
3 4 #include "logger.h"
4 5 #include "interface/logger.h"
... ...
Please register or login to post a comment