diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-27 00:01:24 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-27 00:01:24 +0200 |
| commit | 2fd66cb7a052b02f6e8479d1aa56a5ba42ee1f53 (patch) | |
| tree | ecd7cd19f02f83d6e19929e8e8d51622d1209e57 /src/monitor-gui.cc | |
| parent | b167e5e3825f61373c612f301bc227105e0eb5e4 (diff) | |
Add missing include
Diffstat (limited to 'src/monitor-gui.cc')
| -rw-r--r-- | src/monitor-gui.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor-gui.cc b/src/monitor-gui.cc index 037f2ff..409fac0 100644 --- a/src/monitor-gui.cc +++ b/src/monitor-gui.cc @@ -5,6 +5,7 @@ #include <fcntl.h> #include <fstream> #include <memory> +#include <stdarg.h> #include <string.h> #include <sys/socket.h> #include <sys/types.h> |
