summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-27 00:01:24 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-27 00:01:24 +0200
commit2fd66cb7a052b02f6e8479d1aa56a5ba42ee1f53 (patch)
treeecd7cd19f02f83d6e19929e8e8d51622d1209e57
parentb167e5e3825f61373c612f301bc227105e0eb5e4 (diff)
Add missing include
-rw-r--r--src/monitor-gui.cc1
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>