]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp
Add <ostream> to fix missing header in xmlrpc-c
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / rpcconfig.cpp
index d4419b40e84c528e690816ec516acae8c5db5831..56a188f1cbb2aa8bb1af2cef1b9320de81a8dd8f 100644 (file)
@@ -2,6 +2,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#include <unistd.h>
 
 #include <cstdlib>
 #include <csignal>
@@ -9,6 +10,7 @@
 #include <cstring>
 #include <vector>
 #include <algorithm>
+#include <ostream> // xmlrpc-c devs have missed something :)
 
 #include "stg/common.h"
 #include "stg/admin.h"